Changeset 1324 for trunk/dll/worker.c


Ignore:
Timestamp:
Dec 9, 2008, 1:00:15 AM (17 years ago)
Author:
Gregg Young
Message:

Turn off fSynUpdates for file moves. This prevents double free warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r1318 r1324  
    410410                            wk->li->list[x]);
    411411                    AddNote(message);
    412                     if (fSyncUpdates ||
     412                    if (//fSyncUpdates ||
    413413                        AddToList(outname, &files, &numfiles, &numalloc))
    414414                      Broadcast(hab2,
     
    504504                    goto Abort;
    505505                  if (ret == 1) {
    506                     if (fSyncUpdates ||
     506                    if (//fSyncUpdates ||
    507507                        AddToList(wk->li->list[x],
    508508                                  &files, &numfiles, &numalloc))
     
    900900                                wk->li->list[x],
    901901                                GetPString(IDS_TOTEXT), newname);
    902                       if (fSyncUpdates ||
     902                      if (//fSyncUpdates ||
    903903                          AddToList(wk->li->list[x],
    904904                                    &files, &numfiles, &numalloc))
     
    907907                                  UM_UPDATERECORD,
    908908                                  MPFROMP(wk->li->list[x]), MPVOID);
    909                       if (fSyncUpdates ||
     909                      if (//fSyncUpdates ||
    910910                          AddToList(newname, &files, &numfiles, &numalloc))
    911911                        Broadcast(hab2,
Note: See TracChangeset for help on using the changeset viewer.