Changeset 79b5c41
- Timestamp:
- 2010-10-21T00:11:02Z (14 years ago)
- Branches:
- master
- Children:
- e1aaea4
- Parents:
- 83e47ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber_util.c
r83e47ec r79b5c41 580 580 ( bud->resource && s && strcmp( bud->resource, s + 1 ) == 0 ) ) ) 581 581 { 582 return jabber_buddy_remove_bare( ic, full_jid ); 582 g_free( full_jid ); 583 return jabber_buddy_remove_bare( ic, full_jid_ ); 583 584 } 584 585 else if( s == NULL || bud->resource == NULL )
Note: See TracChangeset
for help on using the changeset viewer.