From 0cfe02843cb400b8bc8d28644df350b205e263c7 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 27 Sep 2011 15:01:49 +0200 Subject: Free Waitress handle --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 0283921..db55e08 100644 --- a/src/main.c +++ b/src/main.c @@ -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 (); -- cgit v1.2.3