Ignore:
Timestamp:
Jan 4, 2000, 8:50:51 PM (26 years ago)
Author:
sandervl
Message:

SetWindowRgn memory leak + InsertMenu bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/dc.cpp

    r2294 r2316  
    1 /* $Id: dc.cpp,v 1.32 2000-01-02 20:20:01 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.33 2000-01-04 19:50:50 sandervl Exp $ */
    22
    33/*
     
    14791479    }
    14801480    dprintf(("USER32:SetWindowRgn (%x,%x,%d)", hwnd, hRgn, bRedraw));
     1481    if(window->GetWindowRegion()) {
     1482        O32_DeleteObject(window->GetWindowRegion());
     1483    }
    14811484    window->SetWindowRegion(hRgn);
    14821485    if(bRedraw) {
Note: See TracChangeset for help on using the changeset viewer.