ximagesrc: Add missing return value to Buffer dispose function
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 24 Jul 2014 19:28:09 +0000 (15:28 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Thu, 31 Jul 2014 13:15:29 +0000 (09:15 -0400)
commitc2dbd182205618de254b65857cf2678bd677be76
treea1d835be103038f01c794d6f9fe1ad272e6d92c5
parent9cd4b27c4d4331a734351713f3febf8a5d9687ac
ximagesrc: Add missing return value to Buffer dispose function

Depending ont he build, the method could return FALSE, hence never
free the buffers, or already TRUE and lead to a crash:

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=733695
sys/ximage/gstximagesrc.c
sys/ximage/ximageutil.c
sys/ximage/ximageutil.h