Results 1 to 10 of 35

Thread: Pascal eXtended Library (aka Asphyre) released!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #19
    Basic Simple(FireMonkey) has leak found:

    ---------------------------
    Unexpected Memory Leak
    ---------------------------
    An unexpected memory leak has occurred. The unexpected small block leaks are:

    1 - 12 bytes: TFireDX11Provider x 1
    117 - 124 bytes: TMultimediaTimer x 1


    change this program Destory Event:
    Code:
    procedure TMainForm.FormDestroy(Sender: TObject);
    begin
      EngineTimer.Free;
      EngineFonts.Free;
      EngineImages.Free;
      EngineCanvas.Free;
      EngineDevice.Free;
      DeviceProvider.Free;
      FMBridge.Free;
    end;
    Last edited by devchenxip; 26-04-2016 at 01:35 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •