summaryrefslogtreecommitdiff
path: root/gobex/gobex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gobex/gobex.c')
-rw-r--r--gobex/gobex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gobex/gobex.c b/gobex/gobex.c
index 4185ed17c..053102d91 100644
--- a/gobex/gobex.c
+++ b/gobex/gobex.c
@@ -604,6 +604,7 @@ static void prepare_auth_rsp(GObex *obex, GObexPacket *rsp)
g_obex_packet_add_header(rsp, hdr);
g_obex_apparam_free(authrsp);
+ g_free(result);
done:
g_obex_apparam_free(obex->authchal);