This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixed memory leak in xsettitle().
master
Alexander Sedov
11 years ago
committed by
Roberto E. Vargas Caballero
parent
86c03ddc82
commit
22eeda56b7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
st.c
+ 1
- 0
st.c
View File
@ -3258,6 +3258,7 @@ xsettitle(char *p) {
Xutf8TextListToTextProperty
(
xw
.
dpy
,
&
p
,
1
,
XUTF8StringStyle
,
&
prop
)
;
XSetWMName
(
xw
.
dpy
,
xw
.
win
,
&
prop
)
;
XFree
(
prop
.
value
)
;
}
void
Write
Preview
Loading…
Cancel
Save