]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 27 Apr 1997 18:02:16 +0000 (18:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 27 Apr 1997 18:02:16 +0000 (18:02 +0000)
src/xfns.c

index cd9002da27030e3a8682529c162752580b1f0ac5..297d71bf21fe2a31fcbb0ede4eaa26292677c3e8 100644 (file)
@@ -2720,6 +2720,10 @@ x_window (f, window_prompting, minibuffer_only)
     }
 
     len = strlen (shell_position) + 1;
+    /* We don't free this because we don't know whether
+       it is safe to free it while the frame exists.
+       It isn't worth the trouble of arranging to free it
+       when the frame is deleted.  */
     tem = (char *) xmalloc (len);
     strncpy (tem, shell_position, len);
     XtSetArg (al[ac], XtNgeometry, tem); ac++;