|
From: <kin...@us...> - 2025-09-30 15:24:33
|
Revision: 7539
http://sourceforge.net/p/teem/code/7539
Author: kindlmann
Date: 2025-09-30 15:24:21 +0000 (Tue, 30 Sep 2025)
Log Message:
-----------
no memory-in-use with unu --version
Modified Paths:
--------------
teem/trunk/src/bin/unu.c
Modified: teem/trunk/src/bin/unu.c
===================================================================
--- teem/trunk/src/bin/unu.c 2025-09-30 15:14:53 UTC (rev 7538)
+++ teem/trunk/src/bin/unu.c 2025-09-30 15:24:21 UTC (rev 7539)
@@ -85,6 +85,7 @@
char vbuff[AIR_STRLEN_LARGE + 1];
airTeemVersionSprint(vbuff);
printf("%s\n", vbuff);
+ airMopOkay(mop);
exit(0);
}
/* else, we should see if they're asking for a command we know about */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|