fix unlock

This commit is contained in:
Rongsong Shen 2026-03-04 14:59:24 +08:00
parent f66de93483
commit 10c32f769b

View file

@ -36,7 +36,7 @@ void unlock(var v)
return;
}
method(v);
method(obj);
return;
}