2008-04-03 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-alpha.c: ClutterAlpha is an InitiallyUnowned
	subclass. This should fix a lot of leakage. (#860, Neil Roberts)
This commit is contained in:
Emmanuele Bassi 2008-04-03 03:09:28 +00:00
parent 6fa02d3aa0
commit 653afecc11
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-04-03 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-alpha.c: ClutterAlpha is an InitiallyUnowned
subclass. This should fix a lot of leakage. (#860, Neil Roberts)
2008-04-03 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/glx/clutter-backend-glx.c:

View File

@ -63,7 +63,7 @@
#include "clutter-private.h"
#include "clutter-debug.h"
G_DEFINE_TYPE (ClutterAlpha, clutter_alpha, G_TYPE_OBJECT);
G_DEFINE_TYPE (ClutterAlpha, clutter_alpha, G_TYPE_INITIALLY_UNOWNED);
struct _ClutterAlphaPrivate