mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-14 19:39:47 +00:00
Fix memleaks when running with total_run_times
This commit is contained in:
parent
0352b96f39
commit
c924bbe194
@ -7283,7 +7283,6 @@ static void main_loop(void)
|
|||||||
case SIGTERM:
|
case SIGTERM:
|
||||||
ERR("received SIGINT or SIGTERM to terminate. bye!");
|
ERR("received SIGINT or SIGTERM to terminate. bye!");
|
||||||
terminate = 1;
|
terminate = 1;
|
||||||
clean_up();
|
|
||||||
#ifdef X11
|
#ifdef X11
|
||||||
if (output_methods & TO_X) {
|
if (output_methods & TO_X) {
|
||||||
XDestroyRegion(x11_stuff.region);
|
XDestroyRegion(x11_stuff.region);
|
||||||
@ -7365,6 +7364,7 @@ static void main_loop(void)
|
|||||||
|
|
||||||
g_signal_pending = 0;
|
g_signal_pending = 0;
|
||||||
}
|
}
|
||||||
|
clean_up();
|
||||||
|
|
||||||
#ifdef HAVE_SYS_INOTIFY_H
|
#ifdef HAVE_SYS_INOTIFY_H
|
||||||
if (inotify_fd != -1) {
|
if (inotify_fd != -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user