Update of /cvsroot/mahogany/M/lib/dspam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13717/lib/dspam

Modified Files:
        decode.c 
Log Message:
fixed another memory leak

Index: decode.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/decode.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- decode.c    7 Jul 2004 23:39:20 -0000       1.2
+++ decode.c    8 Jul 2004 09:44:48 -0000       1.3
@@ -898,4 +898,6 @@
   sprintf (y, "--%s", boundary);
   nt_add (stack, (char *) y);
+  free(y);
+
   return 0;
 }



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to