Skip to content

Fix memory leaks found by clang static analyzer

The static analyzer reports one more potential memory leak in addressbook/libebook/e-book-client-view.c:direct_contacts_query() — a missing g_free(qs);.

Merge request reports