Created attachment 3565[details]
Patch to fix imlib NULL pointer runtime warnings.
When I run openbox 3.6.1 or git-master, I see lots of these messages
on stderr:
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_free_image();
With the parameter:
image
being NULL. Please fix your program.
Created attachment 3565 [details] Patch to fix imlib NULL pointer runtime warnings. When I run openbox 3.6.1 or git-master, I see lots of these messages on stderr: ***** Imlib2 Developer Warning ***** : This program is calling the Imlib call: imlib_free_image(); With the parameter: image being NULL. Please fix your program.