Error memory leak

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #37227
    roubledo
    Participant

    After the last update, when leaving the project, the message is attached.

    alpha.png

    #55853
    Support
    Keymaster

    How can I repeat this issue?

    Can you give me a test-app with this memory leak?

    #55881
    roubledo
    Participant
    'Support' wrote:

    How can I repeat this issue?

    Can you give me a test-app with this memory leak?

    Send to what email?

    #55882
    Stephane Senecal
    Participant
    'roubledo' wrote:

    Send to what email?

    You can attach file in the forum.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    #55894
    roubledo
    Participant
    'Stephane wrote:

    You can attach file in the forum.

    I was able to figure out what causes the error.

    On the form I have a TSPanel, with visible = false.

    In TSPanel add TDBGridEh.

    In the onshow of the form, I add items in TMemTableEh and put TSPanel with visible = true, at this time if closing the application the error occurs. If I remove the line with visible = true, the error does not occur.

    If you create a new form, with TSPanel and with TDBGridEh, the error does not occur.

    Version EhLib 9.0.0.33

    #55929
    Support
    Keymaster
    'roubledo' wrote:

    I was able to figure out what causes the error.

    On the form I have a TSPanel, with visible = false.

    In TSPanel add TDBGridEh.

    In the onshow of the form, I add items in TMemTableEh and put TSPanel with visible = true, at this time if closing the application the error occurs. If I remove the line with visible = true, the error does not occur.

    If you create a new form, with TSPanel and with TDBGridEh, the error does not occur.

    Version EhLib 9.0.0.33

    I'm trying to repeat the issue with your instructions, but can't. Can you help me with a demo, please?

    My email is support@alphaskins.com, but you can upload a demo here also.

    #56023
    roubledo
    Participant
    'Support' wrote:

    I'm trying to repeat the issue with your instructions, but can't. Can you help me with a demo, please?

    My email is support@alphaskins.com, but you can upload a demo here also.

    I managed to isolate the problem. When I put the trirdparty property in skinmanager and add the TDBGridEh and TDBVertGridEh components from EHLIB, the memory leak occurs. I am using EhLib version 9.0.033.

    #56036
    Support
    Keymaster

    I have some troubles with reproducing this issue.

    Could you show me a demo with a memory leak, please?

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.