From: Richard M. Stallman Date: Sun, 27 Apr 1997 18:02:16 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-20.1~2366 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77110caaed3cbd989330ce8505dd47b9c8e48308;p=emacs.git Comment change. --- diff --git a/src/xfns.c b/src/xfns.c index cd9002da270..297d71bf21f 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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++;