[darwinbuild-changes] [302] trunk/darwinxref/plugins/register.c

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 02:02:29 PDT 2006


Revision: 302
          http://trac.macosforge.org/projects/darwinbuild/changeset/302
Author:   kevin
Date:     2006-10-04 02:02:28 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
- don't forget to free(3)

Modified Paths:
--------------
    trunk/darwinxref/plugins/register.c

Modified: trunk/darwinxref/plugins/register.c
===================================================================
--- trunk/darwinxref/plugins/register.c	2005-11-29 22:28:25 UTC (rev 301)
+++ trunk/darwinxref/plugins/register.c	2006-10-04 09:02:28 UTC (rev 302)
@@ -303,6 +303,8 @@
 			
 			free(str);
 		}
+		
+		free(lc);
 	}
 
 	return 0;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/4f193396/attachment-0001.html


More information about the darwinbuild-changes mailing list