aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee_user.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-05-09 22:39:31 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-05-09 22:39:31 +0100
commit3130e7074e567070fcc7be627a3836fa3f213142 (patch)
treef38aa0f00065754cf2c8c185e3be07d2901d00a4 /protocols/bee_user.c
parent7aadd714313ba3e966720e7565f72118b97bd551 (diff)
Do not free bu->group anymore, it's no longer a string!
Diffstat (limited to 'protocols/bee_user.c')
-rw-r--r--protocols/bee_user.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/bee_user.c b/protocols/bee_user.c
index fdf84934..b1dcffc8 100644
--- a/protocols/bee_user.c
+++ b/protocols/bee_user.c
@@ -58,7 +58,6 @@ int bee_user_free( bee_t *bee, bee_user_t *bu )
g_free( bu->handle );
g_free( bu->fullname );
- g_free( bu->group );
g_free( bu->status );
g_free( bu->status_msg );