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
i3lock: Stop leaking the image_path dup. (
#93
)
master
Diogo Ferreira
9 years ago
committed by
Michael Stapelberg
parent
17b7b77893
commit
fd2215b0f0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
i3lock.c
+ 1
- 0
i3lock.c
View File
@ -971,6 +971,7 @@ int main(int argc, char *argv[]) {
image_path
,
cairo_status_to_string
(
cairo_surface_status
(
img
)
)
)
;
img
=
NULL
;
}
free
(
image_path
)
;
}
/* Pixmap on which the image is rendered to (if any) */
Write
Preview
Loading…
Cancel
Save