Changeset 10347 for trunk/src


Ignore:
Timestamp:
Dec 1, 2003, 12:46:11 PM (22 years ago)
Author:
sandervl
Message:

DT: Fixed memory leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/iconcache.c

    r10334 r10347  
    1 /* $Id: iconcache.c,v 1.9 2003-11-17 19:29:40 sandervl Exp $ */
     1/* $Id: iconcache.c,v 1.10 2003-12-01 11:46:11 sandervl Exp $ */
    22/*
    33 *      shell icon cache (SIC)
     
    964964          {
    965965            lpsice = pDPA_GetPtr(sic_hdpa, i);
     966#ifdef __WIN32OS2__
     967            // 2003-11-23 DT see also SIC_IconAppend, memory leak in WINE
     968            HeapFree(GetProcessHeap(),0,lpsice->sSourceFile);
     969#endif         
    966970            SHFree(lpsice);
    967971          }
Note: See TracChangeset for help on using the changeset viewer.