Merge pull request #173 from ax3l/fix-earlyFree

Fix Last Free
master
Julian Kunkel 2019-08-10 16:31:22 +01:00 committed by GitHub
commit 9464fa79f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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},