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:
authorEion Robb <eion@robbmob.com>2010-01-15 07:46:12 +0300
committerEion Robb <eion@robbmob.com>2010-01-15 07:46:12 +0300
commit36b88d27d97c4971b2678b8a8589512b80086593 (patch)
treeb2be8a54ff8c73c481b8fa040b0878420f3c50ef /skype_messaging_x11.c
parentac02693715917f21ce955f583f346272df0ae7a0 (diff)
Fix memleaks
Diffstat (limited to 'skype_messaging_x11.c')
-rw-r--r--skype_messaging_x11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/skype_messaging_x11.c b/skype_messaging_x11.c
index 0f13d00..47800b5 100644
--- a/skype_messaging_x11.c
+++ b/skype_messaging_x11.c
@@ -117,6 +117,8 @@ skype_disconnect()
//wait here for the event to be handled
XDestroyWindow(disp, win);
+
+ XFree(e);
}
XCloseDisplay(disp);
}