Fix memory leak

This commit is contained in:
Paul Sutton 2018-02-12 17:17:27 +00:00
parent c04a4dd379
commit 81d8e7f70d
1 changed files with 1 additions and 0 deletions

View File

@ -1309,6 +1309,7 @@ bool rlc_am::add_segment_and_check(rlc_amd_rx_pdu_segments_t *pdu, rlc_amd_rx_pd
}
handle_data_pdu(full_pdu->msg, full_pdu->N_bytes, header);
pool->deallocate(full_pdu);
return true;
}