Changeset 79b5c41 for protocols


Ignore:
Timestamp:
2010-10-21T00:11:02Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e1aaea4
Parents:
83e47ec
Message:

Another memory leak fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber_util.c

    r83e47ec r79b5c41  
    580580                      ( bud->resource && s && strcmp( bud->resource, s + 1 ) == 0 ) ) )
    581581                {
    582                         return jabber_buddy_remove_bare( ic, full_jid );
     582                        g_free( full_jid );
     583                        return jabber_buddy_remove_bare( ic, full_jid_ );
    583584                }
    584585                else if( s == NULL || bud->resource == NULL )
Note: See TracChangeset for help on using the changeset viewer.