diff options
-rw-r--r-- | skype/skype.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skype/skype.c b/skype/skype.c index 291233e7..910e8ae6 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -978,6 +978,8 @@ static char *skype_set_call( set_t *set, char *value ) buf = g_strdup_printf("SET CALL %s STATUS FINISHED", sd->call_id); skype_write( ic, buf, strlen( buf ) ); g_free(buf); + g_free(sd->call_id); + sd->call_id = NULL; } else { |