Emotion: make it build without eeze

Please, Cedric, check if it's ok.


SVN revision: 65020
This commit is contained in:
Bruno Dilly 2011-11-10 12:11:52 +00:00
parent 52ca712a14
commit 66f18fc49f
1 changed files with 2 additions and 0 deletions

View File

@ -352,9 +352,11 @@ emotion_shutdown(void)
EINA_LIST_FREE(_emotion_webcams->webcams, ew)
{
#ifdef EMOTION_HAVE_EEZE
/* There is currently no way to refcount from the outside, this help, but could lead to some issue */
EINA_REFCOUNT_UNREF(ew)
emotion_webcam_destroy(ew);
#endif
}
free(_emotion_webcams);
_emotion_webcams = NULL;