fix accidentally deleting mutex unlock
This commit is contained in:
parent
cd98113a6a
commit
e42372cb17
@ -1083,6 +1083,8 @@ ClipboardText(PlatformWindow* w, ClipboardMode mode)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Unlock(&w.cb_mut);
|
||||||
|
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user