From 77110caaed3cbd989330ce8505dd47b9c8e48308 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 27 Apr 1997 18:02:16 +0000 Subject: [PATCH] Comment change. --- src/xfns.c | 4 ++++ 1 file changed, 4 insertions(+) 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++; -- 2.39.5