Fix "Block implicitly retains 'self'" (#4132)

This commit is contained in:
A Cœur 2022-11-14 03:10:58 +08:00 committed by GitHub
parent d8e7664f2b
commit ff2e544a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5347,7 +5347,7 @@ void onTorrentCompletenessChanged(tr_torrent* tor, tr_completeness status, bool
break;
case TR_RPC_SESSION_CHANGED:
[_prefsController rpcUpdatePrefs];
[self.prefsController rpcUpdatePrefs];
break;
case TR_RPC_SESSION_CLOSE: