Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src/plugins/pop3


Modified Files:
        pop3.c 


Log Message:
/me hides
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/pop3/pop3.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- pop3.c      17 Apr 2004 15:05:51 -0000      1.7
+++ pop3.c      17 Apr 2004 15:47:17 -0000      1.8
@@ -1,5 +1,5 @@
 /*
- * $Id: pop3.c,v 1.7 2004/04/17 15:05:51 tsauerbeck Exp $
+ * $Id: pop3.c,v 1.8 2004/04/17 15:47:17 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -246,7 +246,6 @@
        }
 
        mailbox_property_set (mb, "host", str);
-       free (str);
 
        /* read port */
        snprintf (key, sizeof (key), "%s/port", root);
@@ -265,7 +264,6 @@
        }
        
        mailbox_property_set (mb, "user", str);
-       free (str);
 
        /* read password */
        snprintf (key, sizeof (key), "%s/pass", root);
@@ -276,7 +274,6 @@
        }
        
        mailbox_property_set (mb, "pass", 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