Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : epplets

Dir     : e16/epplets/epplets


Modified Files:
        E-Slides.c 


Log Message:
Leak--.

===================================================================
RCS file: /cvs/e/e16/epplets/epplets/E-Slides.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- E-Slides.c  13 Apr 2006 11:03:49 -0000      1.31
+++ E-Slides.c  13 Apr 2006 11:56:04 -0000      1.32
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: E-Slides.c,v 1.31 2006/04/13 11:03:49 
kwo Exp $";
+static const char cvs_ident[] = "$Id: E-Slides.c,v 1.32 2006/04/13 11:56:04 
kwo Exp $";
 
 #include <stdio.h>
 #include <sys/time.h>
@@ -463,7 +463,7 @@
     delay = atof(Epplet_query_config_def("delay", "2.0"));
   }
 
-  zoom_cmd = strdup(Epplet_textbox_contents(cfg_tb_zoom));
+  zoom_cmd = Epplet_textbox_contents(cfg_tb_zoom);
   Epplet_modify_config("zoom_prog", zoom_cmd);
 
   if (randomize != cfg_randomize) {




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to