projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5047abf
)
null out black canvas handle when freed - just in case.
author
Carsten Haitzler
<raster@rasterman.com>
Sat, 24 Mar 2012 02:24:53 +0000
(
02:24
+0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Sat, 24 Mar 2012 02:24:53 +0000
(
02:24
+0000)
SVN revision: 69593
src/bin/e_zone.c
patch
|
blob
|
history
diff --git
a/src/bin/e_zone.c
b/src/bin/e_zone.c
index
166217b
..
73b2165
100644
(file)
--- a/
src/bin/e_zone.c
+++ b/
src/bin/e_zone.c
@@
-1460,6
+1460,7
@@
_e_zone_free(E_Zone *zone)
{
e_canvas_del(zone->black_ecore_evas);
ecore_evas_free(zone->black_ecore_evas);
+ zone->black_ecore_evas = NULL;
}
if (zone->cur_mouse_action)
{