Ignore:
Timestamp:
Apr 29, 2012, 12:24:38 PM (12 years ago)
Author:
chronos
Message:
 
Location:
GraphicTest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest

    • Property svn:ignore
      •  

        old new  
        66GraphicTest.lrs
        77GraphicTest.rc
         8GraphicTest.lps
  • GraphicTest/UFastBitmap.pas

    r318 r356  
    102102constructor TFastBitmap3.Create;
    103103begin
    104 
     104  inherited;
     105  Size := Point(0, 0);
    105106end;
    106107
    107108destructor TFastBitmap3.Destroy;
    108109begin
     110  FreeMem(FPixelsData);
    109111  inherited Destroy;
    110112end;
Note: See TracChangeset for help on using the changeset viewer.