[302] trunk/darwinxref/plugins/register.c
4 Oct
2006
4 Oct
'06
9:02 a.m.
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;
6975
Age (days ago)
6975
Last active (days ago)
0 comments
1 participants
participants (1)
-
source_changes@macosforge.org