Changeset 1612 for trunk


Ignore:
Timestamp:
Aug 9, 2011, 1:31:43 AM (14 years ago)
Author:
Steven Levine
Message:

Rework UM_COLLECT to avoid freeing wrong CNRITEM
Corrects ticket #461
This revision corrects bad commit comment for @1611

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/collect.c

    r1611 r1612  
    821821        if (pciFirst) {
    822822          Runtime_Error(pszSrcFile, __LINE__, "pciFirst not NULL");
     823          // 2011-08-08 SHL fixme to initialze pszFileName to prevent spurious complaints
    823824          FreeCnrItemList(dcd->hwndCnr, pciFirst);
    824825        }
     
    30453046        PCSZ szHelpString = NULL;
    30463047
    3047 
    30483048        for (i=0; i<MenuItems; i++) {
    30493049          sCurrentMenuitem = asMenuIDs[i];
     
    30583058           break;
    30593059        } // for
    3060 
    30613060
    30623061         switch (sCurrentMenuitem) {
Note: See TracChangeset for help on using the changeset viewer.