eo2: clear _obj_ ptr at the end of eo2_do

This commit is contained in:
Jérémy Zurcher 2013-07-22 14:06:29 +00:00 committed by Tom Hacohen
parent 731f8e1dea
commit 41aff7524d
1 changed files with 1 additions and 0 deletions

View File

@ -683,6 +683,7 @@ EAPI void eo2_do_end(_Eo *obj);
if (!_obj_) break; \
do { __VA_ARGS__ ; } while (0); \
eo2_do_end(_obj_); \
_obj_ = NULL; \
} while (0)
// FIXME