Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src/plugins/imap


Modified Files:
        imap.c 


Log Message:
/me hides
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/imap/imap.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- imap.c      17 Apr 2004 15:15:14 -0000      1.8
+++ imap.c      17 Apr 2004 15:47:17 -0000      1.9
@@ -1,5 +1,5 @@
 /*
- * $Id: imap.c,v 1.8 2004/04/17 15:15:14 tsauerbeck Exp $
+ * $Id: imap.c,v 1.9 2004/04/17 15:47:17 tsauerbeck Exp $
  * vim:noexpandtab:ts=4:sw=4:sts=4
  *
  * Copyright (C) 2004 Embrace project.
@@ -190,7 +190,6 @@
        }
 
        mailbox_property_set (mb, "host", str);
-       free (str);
 
        /* read port */
        snprintf (key, sizeof (key), "%s/port", root);
@@ -209,7 +208,6 @@
        }
        
        mailbox_property_set (mb, "user", str);
-       free (str),
 
        /* read password */
        snprintf (key, sizeof (key), "%s/pass", root);
@@ -220,7 +218,6 @@
        }
        
        mailbox_property_set (mb, "pass", str);
-       free (str);
        
        /* read mailbox path */
        snprintf (key, sizeof (key), "%s/path", root);
@@ -231,7 +228,6 @@
        }
        
        mailbox_property_set (mb, "path", str);
-       free (str);
 
        return true;
 }




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to