You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is caused by a partial fix for #4313 (see aa3ed91), which referenced context of AppWindow in the background page in order to preserve callbacks after navigation. I will revert that commit to prevent memory leak.
ghostoy
pushed a commit
to ghostoy/nw.js
that referenced
this issue
May 23, 2016
Steps to reproduce:
Observation 1: 2 Window objects are present (Why not one but anyway)
Observation 2: Window objects have multiplied by as many times you've reloaded the app
Expected:
Since the menu variable is reinitialized on every load, the old one should be cleared by the GC
This bug is present in 0.12.3 and 0.14.5 and probably in all other versions in between
The text was updated successfully, but these errors were encountered: