glview test - fix if evas gl ins't found - leak of gld data

This commit is contained in:
Carsten Haitzler 2014-01-11 16:44:04 +09:00
parent 380285b7d9
commit 0abb5aabb5
1 changed files with 1 additions and 0 deletions

View File

@ -682,6 +682,7 @@ test_glview(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_in
evas_object_size_hint_align_set(lb, EVAS_HINT_FILL, EVAS_HINT_FILL);
elm_box_pack_end(bx, lb);
evas_object_show(lb);
free(gld);
}
/* add an ok button */