Changeset 10334 for trunk/src


Ignore:
Timestamp:
Nov 17, 2003, 8:29:40 PM (22 years ago)
Author:
sandervl
Message:

Destroy icon cache imagelists in SIC_Destroy

File:
1 edited

Legend:

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

    r9408 r10334  
    1 /* $Id: iconcache.c,v 1.8 2002-11-13 14:42:27 sandervl Exp $ */
     1/* $Id: iconcache.c,v 1.9 2003-11-17 19:29:40 sandervl Exp $ */
    22/*
    33 *      shell icon cache (SIC)
     
    969969        }
    970970
     971#ifdef __WIN32OS2__
     972        ImageList_Destroy(ShellSmallIconList);
     973        ImageList_Destroy(ShellBigIconList);
     974
     975#endif
    971976        sic_hdpa = NULL;
    972977
Note: See TracChangeset for help on using the changeset viewer.