|
From: <kin...@us...> - 2025-09-17 20:16:49
|
Revision: 7448
http://sourceforge.net/p/teem/code/7448
Author: kindlmann
Date: 2025-09-17 20:16:47 +0000 (Wed, 17 Sep 2025)
Log Message:
-----------
cleaning up memory
Modified Paths:
--------------
teem/trunk/src/hest/test/tparse.c
Modified: teem/trunk/src/hest/test/tparse.c
===================================================================
--- teem/trunk/src/hest/test/tparse.c 2025-09-17 20:11:25 UTC (rev 7447)
+++ teem/trunk/src/hest/test/tparse.c 2025-09-17 20:16:47 UTC (rev 7448)
@@ -27,5 +27,6 @@
hestOptAdd(&opt, "res", "sx sy", airTypeInt, 2, 2, res, NULL, "image resolution");
hestParse2(opt, argc - 1, argv + 1, NULL, NULL);
+ hestOptFree(opt);
exit(0);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|