Fix memleaks.

This commit is contained in:
Daiki Ueno
2011-03-03 12:37:39 +09:00
parent b8a01d794e
commit 8b632356e9
10 changed files with 40 additions and 29 deletions

View File

@ -388,6 +388,8 @@ eekboard_context_new (GDBusConnection *connection,
context_name_vanished_callback,
context,
NULL);
g_free (name_owner);
return context;
}
return NULL;