Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from:
60e9a14
)
fix mem leak in cleanup()
author
NRK <
[email protected]
>
Fri, 11 Mar 2022 14:40:05 +0000
(20:40 +0600)
committer
Hiltjo Posthuma <
[email protected]
>
Sun, 13 Mar 2022 09:49:43 +0000
(10:49 +0100)
maybe leak isn't the best word, given that the object lives for the
entire duration of the program's lifetime.
however, all elements of scheme are free-ed, can't think of any reason
why scheme itself should be an exception.
No differences found