mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
Fix "Block implicitly retains 'self'" (#4132)
This commit is contained in:
parent
d8e7664f2b
commit
ff2e544a6b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue