mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-01 13:52:37 -05:00
[-] Free events on exit (turns out event_base_free does not free them)
Credit @whatdoineed2do, ref. pr #797
This commit is contained in:
@@ -791,5 +791,6 @@ library_deinit()
|
||||
sources[i]->deinit();
|
||||
}
|
||||
|
||||
event_free(updateev);
|
||||
event_base_free(evbase_lib);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user