move out: statement up to make sure we free values on error as well.
Signed-off-by: Peter Hutterer <[email protected]>
---
tools/xsetwacom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
index 28332d1..923cf64 100644
--- a/tools/xsetwacom.c
+++ b/tools/xsetwacom.c
@@ -1647,10 +1647,10 @@ static void set(Display *dpy, int argc, char **argv)
PropModeReplace, data, nitems);
XFlush(dpy);
+out:
for (i = 0; i < nvals; i++)
free(values[i]);
free(values);
-out:
XCloseDevice(dpy, dev);
free(data);
}
--
1.7.10.2
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel