OneSignal-Gradle-Plugin icon indicating copy to clipboard operation
OneSignal-Gradle-Plugin copied to clipboard

There's memory leak in plugin

Open puderty opened this issue 3 years ago • 1 comments

in GradleProjectPlugin, there's a static reference to project, this would cause memory leak. We should not keeps a static ref to it.

I have a fix in https://github.com/puderty/OneSignal-Gradle-Plugin/tree/fixleak

puderty avatar Feb 24 '22 13:02 puderty

@puderty Thanks for reporting! We will look into cleaning this up.

jkasten2 avatar Mar 09 '22 02:03 jkasten2