@hdikme commented on this pull request.


In src/modules/p_usrloc/p_usrloc_mod.c:

> @@ -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, view it on GitHub, or mute the thread.