diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2008-10-21 16:35:41 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2008-10-21 16:35:41 +0000 |
commit | 17626bb4006c2b379949211755989336dfbcdaa3 (patch) | |
tree | f47791b4491cdfc06a9992a2364ebc123ddfe6f5 /legacy/emotion/src/lib/emotion_smart.c | |
parent | 465b76a017e229e3587b9e2d9c88c4932860157a (diff) |
Remove Evas List from Emotion.
SVN revision: 36943
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 62d99e2d59..a49acb4245 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c | |||
@@ -140,6 +140,7 @@ _emotion_module_close(Emotion_Video_Module *mod, void *video) | |||
140 | void (*module_close) (Emotion_Video_Module *module, void *); | 140 | void (*module_close) (Emotion_Video_Module *module, void *); |
141 | 141 | ||
142 | plugin = mod->plugin; | 142 | plugin = mod->plugin; |
143 | fprintf(stderr, "%p\n", plugin); | ||
143 | module_close = ecore_plugin_symbol_get(mod->plugin, "module_close"); | 144 | module_close = ecore_plugin_symbol_get(mod->plugin, "module_close"); |
144 | if ((module_close) && (video)) module_close(mod, video); | 145 | if ((module_close) && (video)) module_close(mod, video); |
145 | /* FIXME: we can't go dlclosing here as a thread still may be running from | 146 | /* FIXME: we can't go dlclosing here as a thread still may be running from |