mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Fix stupid mistake in binderInitSession error cleanup code
This commit is contained in:
parent
3e39f97fe5
commit
77f1d357e5
@ -34,7 +34,7 @@ Result binderInitSession(Binder* b)
|
||||
|
||||
rc = binderIncreaseStrongRef(b);
|
||||
if (R_FAILED(rc)) {
|
||||
binderDecreaseStrongRef(b);
|
||||
binderDecreaseWeakRef(b);
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user