changeset 251:8423e051e00f

Fix the fix
author mmj
date Mon, 21 Jun 2004 00:06:21 +1000
parents 0af98d48bdd0
children cb82e382abae
files src/mlmmj-maintd.c
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-maintd.c	Sun Jun 20 23:00:30 2004 +1000
+++ b/src/mlmmj-maintd.c	Mon Jun 21 00:06:21 2004 +1000
@@ -577,12 +577,8 @@
 			continue;
 
 		a = strrchr(dp->d_name, '.');
-		if(a && (strcmp(a, ".lastmsg") == 0)) {
-			myfree(a);
+		if(a && (strcmp(a, ".lastmsg") == 0))
 			continue;
-		}
-
-		myfree(a);
 		
 		probefile = concatstr(2, dp->d_name, "-probe");