Fix mod_vhost memleak
This commit is contained in:
parent
a66ea4b5cf
commit
1d6a2b3d6f
|
@ -317,8 +317,6 @@ static liAction* vhost_map_create(liServer *srv, liPlugin* p, liValue *val) {
|
|||
vhost_map_free(srv, md);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
li_action_acquire(val->data.val_action.action);
|
||||
}
|
||||
|
||||
return li_action_new_function(vhost_map, NULL, vhost_map_free, md);
|
||||
|
|
Loading…
Reference in New Issue