Skip to content

Commit

Permalink
wlib: temporary fix for issue #1241
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Feb 29, 2024
1 parent 243428e commit 79e1b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bld/nwlib/c/proclib.c
Expand Up @@ -194,7 +194,7 @@ static void ProcessLibOrObj( const char *filename, objproc obj, libwalk_fn *proc
} else {
LibClose( io );
}
FreeNewArch( &arch );
// FreeNewArch( &arch ); temporary fix until AddImport processing will be fixed
}

static void WalkInputLib( void )
Expand Down

0 comments on commit 79e1b3d

Please sign in to comment.