This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
i3lock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bugfix: free(reply) to avoid memory leak
master
Michael Stapelberg
13 years ago
parent
2cadf22c67
commit
1d08065fe0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
xinerama.c
+ 1
- 0
xinerama.c
View File
@ -46,6 +46,7 @@ void xinerama_init(void) {
}
xinerama_active
=
true
;
free
(
reply
)
;
}
void
xinerama_query_screens
(
void
)
{
Write
Preview
Loading…
Cancel
Save