Bug 6447 - imlib_free_image() runtime warnings
Status: NEW
Alias: None
Product: Openbox
Classification: Unclassified
Component: general
Version: git-master
Hardware: PC Linux
: P3 normal
Assignee: Dana Jansens
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2016-09-26 15:43 EDT by Grant
Modified: 2016-09-26 15:43:39 EDT
0 users

See Also:


Attachments
Patch to fix imlib NULL pointer runtime warnings. (581 bytes, application/patch)
2016-09-26 15:43 EDT, Grant

Description Grant 2016-09-26 15:43:39 EDT
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.