Changeset 10465 for trunk/src


Ignore:
Timestamp:
Feb 16, 2004, 4:20:12 PM (22 years ago)
Author:
sandervl
Message:

Another region leak in GdiCombineVisRgnClipRgn fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/region.cpp

    r10453 r10465  
    1 /* $Id: region.cpp,v 1.39 2004-02-12 12:44:13 sandervl Exp $ */
     1/* $Id: region.cpp,v 1.40 2004-02-16 15:20:12 sandervl Exp $ */
    22
    33/*
     
    646646            if(hrgnOldClip) GpiDestroyRegion(pHps->hps, hrgnOldClip);
    647647        }
    648         //else already NULL, so nothing to do.
    649 
     648        else
     649        {// already NULL, so nothing to do.
     650            GpiDestroyRegion(pHps->hps, hrgnNewClip);
     651        }
    650652        pHps->hrgnWin32Clip = hrgn;
    651653        return NULLREGION_W;
Note: See TracChangeset for help on using the changeset viewer.