diff options
author | Arun Raghavan <arun@asymptotic.io> | 2024-04-15 17:06:18 -0400 |
---|---|---|
committer | Arun Raghavan <arun@asymptotic.io> | 2024-04-15 17:07:22 -0400 |
commit | 19d19b9e4b88bae3f74f13520747bdd09e88080c (patch) | |
tree | ab0b709020ef2c81ddaba9c5235f5392d536fe20 /src | |
parent | 1fa1b86ca78670d7a8639e117106e04e226dfde1 (diff) |
mainwindow: Clean up canberra context on shutdown
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc index 6c0964e..7dba1a5 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -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) { |