mainwindow: Clean up canberra context on shutdown

This commit is contained in:
Arun Raghavan 2024-04-15 17:06:18 -04:00
parent 1fa1b86ca7
commit 19d19b9e4b
1 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,8 @@ finish:
g_free(i->second);
clientNames.erase(i);
}
ca_context_destroy(canberraContext);
}
static void set_icon_name_default(Gtk::Image *i, const char *name) {