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_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev