gprs_ms: Add comment warning the user that a ptr may be freed after call to func

Change-Id: Ifa3d6b38fca89500ef02c9b972f514ceaf8fe83b
This commit is contained in:
Pau Espin 2022-10-31 12:58:46 +01:00
parent 32416fdcde
commit b8ff74b37a
1 changed files with 1 additions and 0 deletions

View File

@ -527,6 +527,7 @@ void ms_set_imsi(struct GprsMs *ms, const char *imsi)
imsi, ms_tlli(old_ms));
ms_merge_and_clear_ms(ms, old_ms);
/* old_ms may no longer be available here */
}