Commit 3dda89bb authored by baire's avatar baire
Browse files

fixed memory leak

parent 0fd11eca
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(); 
}