diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -388,6 +388,7 @@ int main (int argc, char **argv) { PianoDestroy (&app.ph); PianoDestroyPlaylist (app.songHistory); PianoDestroyPlaylist (app.playlist); + WaitressFree (&app.waith); ao_shutdown(); #ifdef ENABLE_TLS gnutls_global_deinit (); |