Revert "Silence most noisy sources of memory leakage."

This reverts commit 408fb3b011.
This commit is contained in:
thorkill 2015-06-30 18:10:38 +02:00
parent c53a9719d5
commit 6b62992c25
3 changed files with 2 additions and 9 deletions

View file

@ -837,7 +837,6 @@ bool receive_sptps_record(void *handle, uint8_t type, const void *data, uint16_t
}
vpn_packet_t inpkt;
bzero(&inpkt, sizeof(inpkt));
inpkt.offset = DEFAULT_PACKET_OFFSET;
if(type == PKT_PROBE) {