diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-31 22:32:25 -0400 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-31 22:32:25 -0400 | 
| commit | 81e04e162bdc4517b2f357fd16dfd76f68245464 (patch) | |
| tree | 9c916915ff7b5e46b6316f032871815a5e79de02 /protocols/bee_user.c | |
| parent | 10a96f44efbeb6af09e2728926ce15b6bda12131 (diff) | |
nogaim.c is close to doing something useful again without speaking any IRC
itself.
Diffstat (limited to 'protocols/bee_user.c')
| -rw-r--r-- | protocols/bee_user.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/bee_user.c b/protocols/bee_user.c index 538aa509..4356c141 100644 --- a/protocols/bee_user.c +++ b/protocols/bee_user.c @@ -58,7 +58,7 @@ int bee_user_free( bee_t *bee, struct im_connection *ic, const char *handle )  	g_free( bu->handle );  	g_free( bu->fullname );  	g_free( bu->group ); -	g_free( bu->away ); +	g_free( bu->status );  	g_free( bu->status_msg );  	bee->users = g_slist_remove( bee->users, bu ); | 
