From 7bf106161c67a2cf82f1263b547aaa230902b9fb Mon Sep 17 00:00:00 2001 From: xcomputerman Date: Fri, 14 Jan 2005 19:24:57 +0000 Subject: [PATCH] Missing object check SVN revision: 12965 --- src/bin/e_pointer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_pointer.c b/src/bin/e_pointer.c index 5ac3a835b..1394125f0 100644 --- a/src/bin/e_pointer.c +++ b/src/bin/e_pointer.c @@ -8,6 +8,8 @@ e_pointer_container_set(E_Container *con) int w, h; Evas_Object *o; int *pix; + + E_OBJECT_CHECK(E_OBJECT(con)); o = evas_object_image_add(con->bg_evas); if (ecore_x_cursor_color_supported_get())