Mercurial > pidgin
comparison ChangeLog.API @ 24395:9b253ce969d0
msn_slplink_remove_slpcall() shouldn't be responsible for setting
slpcall->slplink to NULL. In fact, msn_slp_call_destroy() shouldn't
even call msn_slplink_remove_slpcall() until it knows that it doesn't
need the slplink anymore. So move the call to
msn_slplink_remove_slpcall() further down in that function.
Now we no longer need the return value from msn_switchboard_release().
That return value, by the way, was dumb. If you're no longer using
the MsnSwitchBoard then you're not using it and you shouldn't care
if it was destroyed or not.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 13 Nov 2008 07:22:39 +0000 |
parents | 587c55f92a6f |
children | 9ca3ddf937f2 f89bdd34c9f1 38a2f78f80a7 12b8ccc3e9ec 11cb7f2bb6e8 |
comparison
equal
deleted
inserted
replaced
24394:f0160066b58b | 24395:9b253ce969d0 |
---|