Jonas Ådahl
07f6c85cc7
wayland/inhibit-shortcuts-dialog: Use g_new0 instead of g_new
The code assumed the newly allocated blocked was initialized to 0, but it wasn't since g_new was used. Fix that by using g_new0. https://bugzilla.gnome.org/show_bug.cgi?id=787570
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%