svn rev #25094: trunk/src/util/support/

epeisach@MIT.EDU epeisach at MIT.EDU
Thu Aug 11 10:27:32 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25094
Commit By: epeisach
Log Message:
Cleanup memory leak in test.



Changed Files:
U   trunk/src/util/support/t_path.c
Modified: trunk/src/util/support/t_path.c
===================================================================
--- trunk/src/util/support/t_path.c	2011-08-10 21:19:48 UTC (rev 25093)
+++ trunk/src/util/support/t_path.c	2011-08-11 14:27:32 UTC (rev 25094)
@@ -170,6 +170,7 @@
 		    (int)i, joined, ejoined);
 	    status = 1;
 	}
+        free(joined);
     }
 
     for (i = 0; i < sizeof(isabs_tests) / sizeof(*isabs_tests); i++) {




More information about the cvs-krb5 mailing list