DORMANTno replies

[PATCH 1/1] obexd: client: Fix memory leaks

From: Syam Sidhardhan <hidden>
Date: 2016-02-03 14:22:46
Subsystem: the rest · Maintainer: Linus Torvalds

We have to free the allocated memory for data and its members.
---
 obexd/client/session.c |    1 +
 1 file changed, 1 insertion(+)
diff --git a/obexd/client/session.c b/obexd/client/session.c
index ef998f9..5f981bf 100644
--- a/obexd/client/session.c
+++ b/obexd/client/session.c
@@ -1179,6 +1179,7 @@ guint obc_session_setpath(struct obc_session *session, const char *path,
 	if (!data->remaining || !data->remaining[0]) {
 		error("obc_session_setpath: invalid path %s", path);
 		g_set_error(err, OBEX_IO_ERROR, -EINVAL, "Invalid argument");
+		setpath_data_free(data);
 		return 0;
 	}
 
-- 
1.7.9.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help