]> SAFE projects GIT repository - jmp/mailleur/commitdiff
fix memory leak within lvleml.c checklogi tag-0.13
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 10 Jul 2025 13:59:53 +0000 (09:59 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 10 Jul 2025 13:59:53 +0000 (09:59 -0400)
lib/lvleml.c

index 8b3f5f8eaae1fad44ac0f7e7071a7951cce6cecf..8aaf1122d4ab924fdc6cb2d9240c407a1b2ed99d 100644 (file)
@@ -395,7 +395,6 @@ while (proceed==true) {
         char *givenpass;;
 
         givenpass=data[2];
-        *rmtpass=strdup(givenpass);
         if (usr->password==(char *)0) {
           (void) rou_alert(0,"%s usr=<%s> password empty, assigning one",
                               OPEP,data[1]);