Memory leak in caservertask.c

This commit is contained in:
Simon Rose
2024-05-15 09:26:09 -05:00
committed by Andrew Johnson
co-authored by Andrew Johnson
parent c77f32b19c
commit 4bb50fe664
@@ -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 */