mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-25 00:14:42 +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;
|
_sessionController = null;
|
||||||
_sharingsController?.dispose();
|
_sharingsController?.dispose();
|
||||||
_sharingsController = null;
|
_sharingsController = null;
|
||||||
|
_placesController?.dispose();
|
||||||
|
_placesController = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
Account get account => _account!;
|
Account get account => _account!;
|
||||||
|
|
Loading…
Add table
Reference in a new issue