mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Fix resources not released for PlacesController
This commit is contained in:
parent
e1acc97995
commit
67289f1ccd
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ class AccountController {
|
|||
_sessionController = null;
|
||||
_sharingsController?.dispose();
|
||||
_sharingsController = null;
|
||||
_placesController?.dispose();
|
||||
_placesController = null;
|
||||
}
|
||||
|
||||
Account get account => _account!;
|
||||
|
|
Loading…
Reference in a new issue