commit | 976a050f8f150287335773a0549f47a6311e8d40 | [log] [tgz] |
---|---|---|
author | Scott Moreau <oreaus@gmail.com> | Thu Mar 07 10:15:17 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Mar 18 21:34:13 2013 -0400 |
tree | 6894047cdd7ce418d36501fd195f172fffd118e3 | |
parent | 1c169ffdec27ce442dcd69bdb143316638e7b00f [diff] [blame] |
Fix memory leaks Fix a couple leaks caught by valgrind.
diff --git a/src/shell.c b/src/shell.c index 3da5321..5a09bb6 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -2002,6 +2002,7 @@ wl_list_remove(&shsurf->surface_destroy_listener.link); shsurf->surface->configure = NULL; ping_timer_destroy(shsurf); + free(shsurf->title); wl_list_remove(&shsurf->link); free(shsurf);