Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/lib


Modified Files:
        emotion_smart.c 


Log Message:


cedric's ecore_job_init/shtudown patches.

===================================================================
RCS file: /cvs/e/e17/libs/emotion/src/lib/emotion_smart.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- emotion_smart.c     4 Aug 2007 13:12:41 -0000       1.30
+++ emotion_smart.c     5 Oct 2007 05:12:38 -0000       1.31
@@ -193,12 +193,15 @@
    sd->seek_pos = 0;
    sd->len = 0;
 
+   ecore_job_init();
+
    if ((!sd->module) || (!sd->video))
      {
        if (!_emotion_module_open(module_filename, obj,
                                  &sd->module, &sd->video))
          return 0;
      }
+
    return 1;
 }
 
@@ -1183,6 +1186,8 @@
    if (sd->progress.info) free(sd->progress.info);
    if (sd->ref.file) free(sd->ref.file);
    free(sd);
+
+   ecore_job_shutdown();
 }
 
 static void



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to