Merge pull request #416 from bebehei/unref-notify
Free notification before closing
This commit is contained in:
commit
d06c471053
@ -324,6 +324,8 @@ int main(int argc, char *argv[])
|
||||
g_print("%d\n", get_id(n));
|
||||
}
|
||||
|
||||
g_object_unref(G_OBJECT (n));
|
||||
|
||||
die(0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user