about summary refs log tree commit diff stats
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index fd21ae1a..1f7794f0 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -277,6 +277,7 @@ win_show_info(ProfWin *window, PContact contact)
             if ((caps->os != NULL) || (caps->os_version != NULL)) {
                 win_save_newline(window);
             }
+            caps_destroy(caps);
         }
 
         ordered_resources = g_list_next(ordered_resources);