mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +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);
|
rc = binderIncreaseStrongRef(b);
|
||||||
if (R_FAILED(rc)) {
|
if (R_FAILED(rc)) {
|
||||||
binderDecreaseStrongRef(b);
|
binderDecreaseWeakRef(b);
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user