Skip to content

Commit

Permalink
Nullify the reference
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
guyou committed Apr 8, 2020
1 parent 386b1fa commit e66fb66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,5 @@ function disable() {

function destroy () {
_vpnIndicator.destroy();
}
_vpnIndicator = null;
}

0 comments on commit e66fb66

Please sign in to comment.