Thread (14 messages) 14 messages, 2 authors, 2012-01-24
STALE5292d

[PATCH 2/8] gatt-service: Move va_end just after processing the argument list

From: Santiago Carot-Nemesio <hidden>
Date: 2012-01-24 11:06:22
Subsystem: the rest · Maintainer: Linus Torvalds

---
 attrib/gatt-service.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/attrib/gatt-service.c b/attrib/gatt-service.c
index eeda366..d00adb0 100644
--- a/attrib/gatt-service.c
+++ b/attrib/gatt-service.c
@@ -307,12 +307,14 @@ gboolean gatt_service_add(struct btd_adapter *adapter, uint16_t uuid,
 
 	va_start(args, opt1);
 	chrs = parse_opts(opt1, args);
+	va_end(args);
+
 	/* calculate how many attributes are necessary for this service */
 	for (l = chrs, size = 1; l != NULL; l = l->next) {
 		struct gatt_info *info = l->data;
 		size += info->num_attrs;
 	}
-	va_end(args);
+
 	start_handle = attrib_db_find_avail(adapter, size);
 	if (start_handle == 0) {
 		error("Not enough free handles to register service");
-- 
1.7.8.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help