pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/29927 )
Change subject: gprs_ms: Add comment warning the user that a ptr may be freed after call to func ......................................................................
gprs_ms: Add comment warning the user that a ptr may be freed after call to func
Change-Id: Ifa3d6b38fca89500ef02c9b972f514ceaf8fe83b --- M src/gprs_ms.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved laforge: Looks good to me, approved
diff --git a/src/gprs_ms.c b/src/gprs_ms.c index f1b0c6a..5bf929e 100644 --- a/src/gprs_ms.c +++ b/src/gprs_ms.c @@ -527,6 +527,7 @@ imsi, ms_tlli(old_ms));
ms_merge_and_clear_ms(ms, old_ms); + /* old_ms may no longer be available here */ }
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.