CurtisMJ / LogoPlus

Open Source Implementation of Lighting Effects for Razer Phone 2
Apache License 2.0
20 stars 3 forks source link

Notification listener service has a memory leak #1

Closed CurtisMJ closed 5 years ago

CurtisMJ commented 5 years ago

Notification service process memory usage seems to grow continuously over time. The service should be inspected for potential memory leaks

CurtisMJ commented 5 years ago

Changes made in 9b8cdb0 seem to slow down the leak significantly, but do not eradicate it

CurtisMJ commented 5 years ago

Changes in 18f27992 seem to have resolved the issue