Skip to content

Fix a memory leak issue in PXLClient

Latest
Compare
Choose a tag to compare
@SungjunApp SungjunApp released this 18 Jan 02:29
· 1 commit to master since this release
005fead

Problem

PXLClient held Context as a final variable. This leads to a memory leak.

What's fixed?

Context is removed from the constructor of PXLClient.