main: Cleanup labels after connection rework

This commit is contained in:
Colin Guthrie 2010-04-20 22:03:45 +01:00
parent 18c8945708
commit 9fe20201f2
1 changed files with 2 additions and 2 deletions

View File

@ -568,7 +568,7 @@ int main(int argc, char *argv[]) {
Gtk::Main::run(*mainWindow);
delete mainWindow;
finish:
if (context)
pa_context_unref(context);
pa_glib_mainloop_free(m);
}