Commit 6955d3ae authored by baire's avatar baire
Browse files

fixed memory leak

parent bb389ad2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -76,6 +76,8 @@ bool SipTorturePort::Map (const PortId& connected_port_id)

	EnqueueMsg (connected_port_id, MappedBitstring (buff, size*8));

	delete buff;

	return in.good(); 
}