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.