Fix Last Free

master
Axel Huebl 2019-08-04 18:27:20 -05:00
parent da5f091afc
commit 70e8b13d1d
No known key found for this signature in database
GPG Key ID: 472D2C364E21D94B
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ option_help * POSIX_options(void ** init_backend_options, void * init_values){
}
*init_backend_options = o;
free(o);
option_help h [] = {
{0, "posix.odirect", "Direct I/O Mode", OPTION_FLAG, 'd', & o->direct_io},