Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fdce0b39
Commit
fdce0b39
authored
Jun 22, 1993
by
Jim Blandy
Browse files
* xrdb.c (get_user_db): Remember to free the screen-local resource
string after we've merged its data into db.
parent
3e03d7c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/xrdb.c
src/xrdb.c
+4
-1
No files found.
src/xrdb.c
View file @
fdce0b39
...
...
@@ -319,7 +319,10 @@ get_user_db (display)
/* Get the screen-specific resources too. */
xdefs
=
XScreenResourceString
(
DefaultScreenOfDisplay
(
display
));
if
(
xdefs
!=
NULL
)
{
XrmMergeDatabases
(
XrmGetStringDatabase
(
xdefs
),
&
db
);
XFree
(
xdefs
);
}
#endif
#endif
...
...
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