in case of error return. (memory leak testing)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14039
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-12-05 Ezra Peisach <epeisach@mit.edu>
+
+ * test_profile.c (main): Call profile_release() before exiting
+ in case of error return. (memory leak testing)
+
2001-10-09 Ken Raeburn <raeburn@mit.edu>
* prof_int.h, profile.hin, test_parse.c: Make prototypes
}
if (retval) {
com_err(argv[0], retval, "while getting values");
+ profile_release(profile);
exit(1);
}
if (print_value) {