GNOME Bugzilla – Bug 793625
[PATCH] Do not return without mutex unlock
Last modified: 2018-03-05 23:51:11 UTC
Created attachment 368593 [details] [review] patch concerning mutex usage Dear All, Hello. Please find attached patch. The commit message is explaining what, and why as below :-] Subject: [PATCH] Do not return without mutex unlock It is not possible to use cache, after child_added_listener(or toplevel_added_listener) returns by calling g_return_val_if_fail, without g_rec_mutex_unlock. Sincerely, Shinwoo Kim.
Lgtm. Thanks for the patch. Pushed to master: 493b5a Pushed to gnome-3-26: 0ffcb8