someone got a little overzealous with nulling pointers...need the border ee to not be null when we try to free it

SVN revision: 83952
This commit is contained in:
Mike Blumenkrantz 2013-02-15 13:10:40 +00:00
parent 51b3e7a4ee
commit 3b17c96518
1 changed files with 0 additions and 1 deletions

View File

@ -5093,7 +5093,6 @@ _e_border_free(E_Border *bd)
evas_object_del(bd->bg_object);
bd->bg_object = NULL;
e_canvas_del(bd->bg_ecore_evas);
bd->bg_ecore_evas = NULL;
ecore_evas_free(bd->bg_ecore_evas);
bd->bg_ecore_evas = NULL;
ecore_x_window_free(bd->client.shell_win);