Changeset f1849a8


Ignore:
Timestamp:
2011-12-26T18:56:10Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3558fea
Parents:
199fea6
Message:

jabber_buddy_* stuff *is* a complete memory management hell already. :-(
Hopefully this change fixes a small memory leak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber_util.c

    r199fea6 rf1849a8  
    676676       
    677677        bud = value;
     678        if( bud->bare_jid != bud->full_jid )
     679                g_free( bud->bare_jid );
    678680        while( bud )
    679681        {
Note: See TracChangeset for help on using the changeset viewer.