Changeset 666722e


Ignore:
Timestamp:
2015-08-08T04:31:56Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
654112d4
Parents:
83f179d6
Message:

jabber_logout: avoid null jd->buddies warnings in jabber_buddy_remove_all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    r83f179d6 r666722e  
    345345        }
    346346
    347         jabber_buddy_remove_all(ic);
     347        if (jd->buddies) {
     348                jabber_buddy_remove_all(ic);
     349        }
    348350
    349351        xt_free(jd->xt);
Note: See TracChangeset for help on using the changeset viewer.