mirror of
https://github.com/openNDS/openNDS.git
synced 2026-01-10 04:17:55 -05:00
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:
@@ -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...");
|
||||
|
||||
Reference in New Issue
Block a user