From: David Hill Date: Fri, 20 Jul 2012 21:44:47 +0000 (-0400) Subject: another potential memleak X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=b35de94afafc6a8141d7406fda700675145a38d3;p=spectrwm.git another potential memleak --- diff --git a/spectrwm.c b/spectrwm.c index ae3297d..e5b2308 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -828,9 +828,8 @@ teardown_ewmh(void) xcb_destroy_window(conn, id); xcb_delete_property(conn, screens[i].root, sup_check); xcb_delete_property(conn, screens[i].root, sup_list); - - free(pr); } + free(pr); } }