laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-remsim/+/14831


Change subject: rspro_client_fsm: Fix memory leak processing RSPRO
......................................................................

rspro_client_fsm: Fix memory leak processing RSPRO

Change-Id: I2c3710d152ce31d293a3693a70718c8712e2ac2b
Closes: OS#4097
---
M src/rspro_client_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/31/14831/1

diff --git a/src/rspro_client_fsm.c b/src/rspro_client_fsm.c
index 1527eff..768c15f 100644
--- a/src/rspro_client_fsm.c
+++ b/src/rspro_client_fsm.c
@@ -152,7 +152,7 @@
        default:
                goto invalid;
        }
-
+       msgb_free(msg);
        return rc;

 invalid:

--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/14831
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I2c3710d152ce31d293a3693a70718c8712e2ac2b
Gerrit-Change-Number: 14831
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-MessageType: newchange

Reply via email to