Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak: DialogOverflow #16

Open
jakub-g opened this issue Sep 18, 2013 · 0 comments
Open

Memory leak: DialogOverflow #16

jakub-g opened this issue Sep 18, 2013 · 0 comments

Comments

@jakub-g
Copy link
Contributor

jakub-g commented Sep 18, 2013

Let's create a simple dialog

{@aria:Dialog {
    contentMacro: "foo",
    xpos: 100,
    ypos: 100,
    center: false,
    visible: true
}/}

{macro foo()}  whatever  {/macro}

Now, edit anything in the TPL. On each change (each letter added), new dialog is created on the screen, and the old ones are not disposed (not on the screen, therefore not in the RAM either). Hence you can quickly have DialogOverflow :) (it's about 0.5 MB per Dialog in my Firefox).

Not sure if this can be easily fixed though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant