Changeset 9fd7202 for skype


Ignore:
Timestamp:
2008-02-29T00:59:51Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
a92fb07
Parents:
48181f0
Message:

error out on cancelling a non-existing call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    r48181f0 r9fd7202  
    979979                        skype_write( ic, buf, strlen( buf ) );
    980980                        g_free(buf);
     981                        g_free(sd->call_id);
     982                        sd->call_id = NULL;
    981983                }
    982984                else
Note: See TracChangeset for help on using the changeset viewer.