Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without the change the build fails as: https://hydra.nixos.org/build/283869507 ../src/gr-cooking-view.c: In function 'gr_cooking_view_stop': /nix/store/y8fxzs8srzd6d74a85zbpssjr8wkj9q4-glib-2.82.1-dev/include/glib-2.0/glib/gmem.h:143:18: error: passing argument 1 of 'g_array_unref' from incompatible pointer type [-Wincompatible-pointer-types] 143 | (destroy) (_ptr); \ | ^~~~ | | | GPtrArray * {aka struct _GPtrArray *} ../src/gr-cooking-view.c:666:9: note: in expansion of macro 'g_clear_pointer' 666 | g_clear_pointer (&view->images, g_array_unref); | ^~~~~~~~~~~~~~~
- Loading branch information