Changeset 16944


Ignore:
Timestamp:
Jul 21, 2001, 5:57:17 PM (24 years ago)
Author:
sandervl
Message:

fixed brush leak in InternalTextOutA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/gdi32/text.cpp

    r16459 r16944  
    1 /* $Id: text.cpp,v 1.25 2001-06-03 12:01:41 sandervl Exp $ */
     1/* $Id: text.cpp,v 1.26 2001-07-21 15:57:17 sandervl Exp $ */
    22
    33/*
     
    724724        FillRect(hdc, lprc, hbrush);
    725725        SelectObject(hdc, oldbrush);
     726        DeleteObject(hbrush);
    726727        return TRUE;
    727728#endif
Note: See TracChangeset for help on using the changeset viewer.