mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 12:36:15 -05:00
Add memory leak checks
This commit is contained in:
@@ -349,9 +349,13 @@ int main(int argc, char *argv[]) {
|
||||
rend_init(&rendezvous_pid,config.servername, config.port);
|
||||
|
||||
while(1) {
|
||||
sleep(20);
|
||||
sleep(100);
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
err_leakcheck();
|
||||
#endif
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user