Diff between 2cbff7410bd025b076d0040dfc73c00a468f0279 and 17e6a279586e08fd6f9bd21337ca647bed3b5ed6

Changed Files

File Additions Deletions Status
gobex/gobex.c +1 -0 modified

Full Patch

diff --git a/gobex/gobex.c b/gobex/gobex.c
index 4185ed1..053102d 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);