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>2008-04-21 04:51:51 +0400
committerEion Robb <eion@robbmob.com>2008-04-21 04:51:51 +0400
commit73771e05776183ab8cea0aca4483a488c530f69b (patch)
tree0f1d983ee46a0fc77ec5e4a08ad3d559644b2f03 /skype_messaging_dbus.c
parenta761c67a3098a2641a258a4378f845cd0a8f6432 (diff)
Fix compiler warning
Diffstat (limited to 'skype_messaging_dbus.c')
-rw-r--r--skype_messaging_dbus.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/skype_messaging_dbus.c b/skype_messaging_dbus.c
index a56543b..57723c9 100644
--- a/skype_messaging_dbus.c
+++ b/skype_messaging_dbus.c
@@ -118,8 +118,7 @@ is_skype_running()
//go through directories that are numbers
while((temp = g_dir_read_name(procdir)))
{
- pid = atoi(temp);
- g_free(temp);
+ pid = atoi(temp);
if (!pid)
continue;
// /proc/{pid}/stat contains lots of juicy info