Reset port_list_count in PortList::freePortMap.

This commit is contained in:
david 2010-02-26 21:25:41 +00:00
parent e32a406032
commit ba5e337db8

View file

@ -736,6 +736,7 @@ void PortList::freePortMap() {
free(port_map_rev[proto]);
port_map_rev[proto] = NULL;
}
port_list_count[proto] = 0;
}
}