Module: kamailio Branch: master Commit: 3fb1d7832006d290ee1c2e15ea1e731dc0768b5f URL: https://github.com/kamailio/kamailio/commit/3fb1d7832006d290ee1c2e15ea1e731dc0768b5f
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-02-11T15:26:27+01:00 ims_registrar_scscf: updates for lib/ims macro names --- Modified: src/modules/ims_registrar_scscf/registrar_notify.c --- Diff: https://github.com/kamailio/kamailio/commit/3fb1d7832006d290ee1c2e15ea1e731dc0768b5f.diff Patch: https://github.com/kamailio/kamailio/commit/3fb1d7832006d290ee1c2e15ea1e731dc0768b5f.patch --- diff --git a/src/modules/ims_registrar_scscf/registrar_notify.c b/src/modules/ims_registrar_scscf/registrar_notify.c index b1af5189a8d..25425af7a1f 100644 --- a/src/modules/ims_registrar_scscf/registrar_notify.c +++ b/src/modules/ims_registrar_scscf/registrar_notify.c @@ -2478,7 +2478,7 @@ void uac_request_cb(struct cell *t, int type, struct tmcb_params *ps) } done: if(watcher_contact) { - str_free(*watcher_contact, shm); + ims_str_free(*watcher_contact, shm); shm_free(watcher_contact); *(ps->param) = 0; } @@ -2618,10 +2618,10 @@ void send_notification(reg_notification *n) watcher_contact = 0; done: out_of_memory: - str_free(h, pkg); - str_free(content, pkg); + ims_str_free(h, pkg); + ims_str_free(content, pkg); if(watcher_contact) { - str_free(*watcher_contact, shm); + ims_str_free(*watcher_contact, shm); shm_free(watcher_contact); } free_tm_dlg(td); _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!