Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'skypeweb/libskypeweb.c')
-rw-r--r--skypeweb/libskypeweb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/skypeweb/libskypeweb.c b/skypeweb/libskypeweb.c
index e130e9e..162b23b 100644
--- a/skypeweb/libskypeweb.c
+++ b/skypeweb/libskypeweb.c
@@ -425,6 +425,7 @@ skypeweb_close(PurpleConnection *pc)
g_free(sa->skype_token);
g_free(sa->registration_token);
g_free(sa->endpoint);
+ g_free(sa->primary_member_name);
g_free(sa->username);
g_free(sa);
}