PERFORCE change 180513 for review

Ivan Voras ivoras at FreeBSD.org
Mon Jul 5 23:39:14 UTC 2010


http://p4web.freebsd.org/@@180513?ac=10

Change 180513 by ivoras at betelgeuse on 2010/07/05 23:38:52

	Free the package list

Affected files ...

.. //depot/projects/soc2010/pkg_patch/src/patch/mkpatchdir.c#3 edit

Differences ...

==== //depot/projects/soc2010/pkg_patch/src/patch/mkpatchdir.c#3 (text+ko) ====

@@ -92,4 +92,6 @@
 			printf("\t(%s -> %s via %s)\n", pold, pnew, ppatch);
 		perform_mkpatch(pold, pnew, ppatch);
 	}
+	
+	pkgjoinlist_free(&pkglist);
 }


More information about the p4-projects mailing list