aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee_user.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@google.com>2010-07-05 13:01:28 +0100
committerWilmer van der Gaast <wilmer@google.com>2010-07-05 13:01:28 +0100
commit69b896b5967e5d13b1c60c68cb3bc7d4a0d5cd06 (patch)
tree4ae3696639aaef0ff003176a343abcb4fad5c8ac /protocols/bee_user.c
parent006a84f999248d1bc1c1e36fa3437765d4bd1142 (diff)
When addressing people in a chatroom, try to translate the nickname to the
original unstripped version (without ugly underscores, also).
Diffstat (limited to 'protocols/bee_user.c')
-rw-r--r--protocols/bee_user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/bee_user.c b/protocols/bee_user.c
index faa2acb7..4399a566 100644
--- a/protocols/bee_user.c
+++ b/protocols/bee_user.c
@@ -59,6 +59,7 @@ int bee_user_free( bee_t *bee, bee_user_t *bu )
g_free( bu->handle );
g_free( bu->fullname );
+ g_free( bu->nick );
g_free( bu->status );
g_free( bu->status_msg );
g_free( bu );