mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 12:44:25 +01:00
Fixed memory leak in Packet's copy assignment operator.
This commit is contained in:
@@ -71,7 +71,7 @@ void PDU::send(PacketSender &) {
|
||||
}
|
||||
|
||||
PDU *PDU::recv_response(PacketSender &) {
|
||||
return false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void PDU::inner_pdu(PDU *next_pdu) {
|
||||
|
||||
Reference in New Issue
Block a user