pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmo-gprs/+/31198 )


Change subject: rlcmac: Fix prim memleak passing GRR-UNITDATA.req
......................................................................

rlcmac: Fix prim memleak passing GRR-UNITDATA.req

Change-Id: I16d737e6691fd964026260f829230106abcc7ef1
---
M src/rlcmac/rlcmac_prim.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/98/31198/1

diff --git a/src/rlcmac/rlcmac_prim.c b/src/rlcmac/rlcmac_prim.c
index 23de05d..8d57580 100644
--- a/src/rlcmac/rlcmac_prim.c
+++ b/src/rlcmac/rlcmac_prim.c
@@ -230,6 +230,7 @@
                                            rlcmac_prim->grr.ll_pdu_len,
                                            rlcmac_prim->grr.unitdata_req.sapi,
                                            
rlcmac_prim->grr.unitdata_req.radio_prio);
+       msgb_free(rlcmac_prim->oph.msg);
        return rc;
 }


--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/31198
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I16d737e6691fd964026260f829230106abcc7ef1
Gerrit-Change-Number: 31198
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to