]> git.eshelyaron.com Git - emacs.git/commit
Fix occasional crash
authorPo Lu <luangruo@yahoo.com>
Wed, 8 Mar 2023 12:06:41 +0000 (20:06 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 8 Mar 2023 12:06:41 +0000 (20:06 +0800)
commitf9e68ed00e469d841c58681cd9d06e3d985614ad
tree39db60d01eed217fd87251178a951fec3004ca49
parentbb55528c7b58c5f50336ed3f2ff9759559d78680
Fix occasional crash

* src/androidterm.c (android_build_extracted_text): Return NULL
if text class not initialized.
(android_update_selection): Check that EXTRACTED is not NULL.
src/androidterm.c