]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix crash during androidterm init
authorPo Lu <luangruo@yahoo.com>
Sun, 12 Mar 2023 02:45:26 +0000 (10:45 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 12 Mar 2023 02:45:26 +0000 (10:45 +0800)
* src/androidterm.c (syms_of_androidterm): Initialize
Vandroid_build_fingerprint in case GC happens.

src/androidterm.c

index bd7e60dcb3f574ab19e47d885b967fced65f597c..019b84bf39195ed5bb2cb896ddad1c7712dc0671 100644 (file)
@@ -5849,6 +5849,7 @@ If set to a non-float value, there will be no wait at all.  */);
     doc: /* String identifying the device's OS version.
 This is a string that uniquely identifies the version of Android
 Emacs is running on.  */);
+  Vandroid_build_fingerprint = Qnil;
 
   /* Only defined so loadup.el loads scroll-bar.el.  */
   DEFVAR_LISP ("x-toolkit-scroll-bars", Vx_toolkit_scroll_bars,