Changeset 1318 for trunk/dll/update.c


Ignore:
Timestamp:
Dec 5, 2008, 2:57:40 AM (17 years ago)
Author:
Gregg Young
Message:

Fix dbl free error for deletes by disabling fSyncUpdates for deletes; ironically the container now update faster then with it on. Also improved failure of container to update following an archive extract. It now should work for all but may be the largest archives (based on root filenames). It work with the largest I could find.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/update.c

    r1242 r1318  
    575575        if (RemoveCnrItems(hwndCnr, pci, 1,
    576576                           CMA_FREE |
    577                              numremain == 1 ? CMA_INVALIDATE : 0) != -1) {
     577                           numremain == 1 ? CMA_INVALIDATE : 0) != -1) {
     578          pci = NULL;
    578579          numremain--;
    579580          repos = TRUE;
Note: See TracChangeset for help on using the changeset viewer.