Fixed segfault.

This commit is contained in:
irungentoo 2013-08-19 07:18:24 -04:00
parent 17890b1f61
commit 4b480381ee

View File

@ -322,6 +322,7 @@ static void free_connections(void)
if (i == 0) {
free(connections);
connections = NULL;
connections_length = i;
return;
}