Memory leak in caservertask.c

This commit is contained in:
Simon Rose
2024-03-14 16:25:33 +01:00
committed by Andrew Johnson
parent c77f32b19c
commit 4bb50fe664

View File

@@ -748,6 +748,7 @@ void rsrv_init (void)
if(!havesometcp)
cantProceed("CAS: No TCP server started\n");
}
free(socks);
/* servers list is considered read-only from this point */