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

PJSOutput.applyInstance() leaks #561

Open
Spongman opened this issue Mar 9, 2016 · 3 comments
Open

PJSOutput.applyInstance() leaks #561

Spongman opened this issue Mar 9, 2016 · 3 comments
Assignees

Comments

@Spongman
Copy link

Spongman commented Mar 9, 2016

The program below leaks memory and eventually crashes.

fill(0);
draw = function() {
    background(255);
    text(millis(),0,10);
    for (var i = 0; i < 2000 ; i++) {
        var q = new PVector (i,i);
    }
};
@kevinbarabash
Copy link
Member

@piersh thanks for the report. I had a fix for the memory leak but I had to roll it back because the fix had other side effects.

@lgto4
Copy link

lgto4 commented Mar 16, 2016

@kevinbarabash I guess it makes no sense to reopen the bug that was closed.

@kevinbarabash
Copy link
Member

@lgto4 I think it's good enough to track it here.

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

3 participants