--- a/finch/gntnotify.c Mon Mar 20 23:06:42 2023 -0500
+++ b/finch/gntnotify.c Tue Mar 21 00:39:45 2023 -0500
@@ -424,9 +424,6 @@
}
void
-finch_notify_uninit(void)
-{
- g_hash_table_destroy(userinfo);
+finch_notify_uninit(void) {
+ g_clear_pointer(&userinfo, g_hash_table_destroy);
}
-
-