Merge pull request #416 from bebehei/unref-notify

Free notification before closing
This commit is contained in:
Nikos Tsipinakis 2017-10-19 05:20:39 +03:00 committed by GitHub
commit d06c471053

View File

@ -324,6 +324,8 @@ int main(int argc, char *argv[])
g_print("%d\n", get_id(n)); g_print("%d\n", get_id(n));
} }
g_object_unref(G_OBJECT (n));
die(0); die(0);
} }