Library: What32
Module: ...contrib\what32\source_wincdlg.c
Function: _GetOpenFileName()
Original code:
// ofn.lpstrFile = szFileName;
// ...
hb_xfree( szFileName );
hb_retc( ( char * ) ofn.lpstrFile );
Should be:
hb_retc( ( char * ) ofn.lpstrFile );
hb_xfree( szFileName );