Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
48e64ea6
Commit
48e64ea6
authored
May 26, 2014
by
Ken Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/w32term.c (x_delete_display): Don't free dpyinfo->w32_id_name (see bug#17510).
parent
858e55f4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
src/ChangeLog
src/ChangeLog
+5
-0
src/w32term.c
src/w32term.c
+0
-6
No files found.
src/ChangeLog
View file @
48e64ea6
2014-05-26 Ken Brown <kbrown@cornell.edu>
* w32term.c (x_delete_display): Don't free dpyinfo->w32_id_name,
even if !CYGWIN (see bug#17510).
2014-05-26 Jan Djärv <jan.h.d@swipnet.se>
* nsfns.m (Fns_do_applescript): Surround NSApp run
...
...
src/w32term.c
View file @
48e64ea6
...
...
@@ -6419,12 +6419,6 @@ x_delete_display (struct w32_display_info *dpyinfo)
if
(
dpyinfo
->
palette
)
DeleteObject
(
dpyinfo
->
palette
);
}
/* Avoid freeing dpyinfo->w32_id_name more than once if emacs is
running as a daemon; see bug#17510. */
#ifndef CYGWIN
xfree
(
dpyinfo
->
w32_id_name
);
#endif
w32_reset_fringes
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment