This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
core dump fix in cleanup
main
Anselm R Garbe
16 years ago
parent
940a4cc6c6
commit
e1002745fa
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -357,7 +357,7 @@ checkotherwm(void) {
void
void
cleanup
(
void
)
{
cleanup
(
void
)
{
close
(
STDIN_FILENO
)
;
close
(
STDIN_FILENO
)
;
view
(
NULL
)
;
view
(
(
uint
[
]
)
{
~
0
}
)
;
while
(
stack
)
while
(
stack
)
unmanage
(
stack
)
;
unmanage
(
stack
)
;
if
(
dc
.
font
.
set
)
if
(
dc
.
font
.
set
)
Write
Preview
Loading…
Cancel
Save