Cache capabilities to file

This commit is contained in:
James Booth
2014-09-22 01:36:45 +01:00
parent 9f7a8cea81
commit 60a18c3c8d
4 changed files with 165 additions and 26 deletions

View File

@@ -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);