infra: fix mem leak

This commit is contained in:
Thomas Schoebel-Theuer 2020-05-07 11:44:34 +02:00
parent 6bddd4d902
commit ff4429708e

View File

@ -1976,6 +1976,7 @@ int mars_get_dent_list(struct mars_global *global,
up_write(&global->dent_mutex);
brick_string_free(startname);
return total_status;
}