rharder / imagesnap

Capture Images from the Command Line
https://github.com/rharder/imagesnap
458 stars 50 forks source link

Repeated image capture mode leaks memory equal to total size of images saved #2

Closed rcbarnes closed 3 years ago

doersino commented 8 years ago

+1

doersino commented 8 years ago

I've written a bash wrapper that works around this issue: https://gist.github.com/doersino/fdca8e065eb30e030ef2

Noreaster76 commented 8 years ago

@rcbarnes @doersino https://github.com/rharder/imagesnap/pull/12

Noreaster76 commented 8 years ago

I could be wrong, but I am pretty sure https://github.com/rharder/imagesnap/pull/13 resolves this memory leak. I ran https://github.com/rharder/imagesnap/pull/13 in Profiler's Leaks tool and I don't see the same continually increasing memory usage.

duality72 commented 8 years ago

+1