(gdb) bt
#0  0x9442dcec in closedir$UNIX2003 ()
#1  0x0004d4a8 in hb_fsFindFirst (pszFileMask=0x312aa0
"/Users/fiorlo/.notexist/notexist", attrmask=0) at ../../hbffind.c:853

Hi,


looks like missing line in rtl/hbffind.c:hb_fsFindClose():

+        if( info->dir )
         {
            closedir( info->dir );
         }


Best regards,
Mindaugas

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to