Changeset 1079 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Jul 19, 2008, 6:41:55 AM (17 years ago)
Author:
Steven Levine
Message:

Avoid some more spurious leak reports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1078 r1079  
    12371237                        GetPString(IDS_COULDNTSTARTTHREADTEXT));
    12381238          PostMsg(hwnd, WM_CLOSE, MPVOID, MPVOID);
    1239           return 0;
     1239          // return 0;
    12401240        }
    12411241        else
    12421242          DosSleep(1);
     1243#       ifdef FORTIFY
     1244        Fortify_LeaveScope();
     1245#       endif
    12431246      }
    12441247    }
Note: See TracChangeset for help on using the changeset viewer.