[sr-dev] [kamailio/kamailio] p_usrloc: new parameter "mdb_availability_control" has been created. (#1529)

hdikme notifications at github.com
Wed May 23 09:41:00 CEST 2018


hdikme commented on this pull request.



> @@ -307,6 +309,13 @@ static int mod_init(void)
 	}
 #endif
 
+	if((write_on_master_db_shared = shm_malloc(sizeof(dbm_write_t))) == NULL) {

The parameter will be created once at the beginning of mod_init and used so long as the process runs, therefore i haven't freed it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1529#discussion_r190149605
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180523/089aa97d/attachment-0001.html>


More information about the sr-dev mailing list