laforge has submitted this change and it was merged. (
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(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
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-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: roh <[email protected]>
Gerrit-MessageType: merged