Changeset 1018 for trunk/dll/treecnr.c
- Timestamp:
- May 26, 2008, 9:34:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1017 r1018 2758 2758 LISTINFO *li; 2759 2759 ULONG action = UM_ACTION; 2760 2760 # ifdef FORTIFY 2761 Fortify_EnterScope(); 2762 # endif 2761 2763 li = xmallocz(sizeof(LISTINFO), pszSrcFile, __LINE__); 2762 2764 if (li) { … … 2766 2768 if (!li->list || !li->list[0]) { 2767 2769 xfree(li, pszSrcFile, __LINE__); 2770 # ifdef FORTIFY 2771 Fortify_LeaveScope(); 2772 # endif 2768 2773 break; 2769 2774 }
Note:
See TracChangeset
for help on using the changeset viewer.