Fix - Free without calloc on restart if client not in client list

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2025-08-07 16:47:13 +01:00
parent 64fd04f25c
commit 97234e7b86

View File

@@ -218,9 +218,9 @@ client_auth(char *arg)
} else {
debug(LOG_DEBUG, "ip subnet test failed: Continuing...");
}
free(msg2);
}
free(msg);
free(msg2);
} else {
debug(LOG_DEBUG, "Client connection not found: Continuing...");