summaryrefslogtreecommitdiff
path: root/src/wcmCommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wcmCommon.c')
-rw-r--r--src/wcmCommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index a1858e2..3ab4606 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -1463,6 +1463,7 @@ void wcmFreeCommon(WacomCommonPtr *ptr)
common->serials = next;
}
free(common->device_path);
+ free(common->touch_mask);
free(common);
}
*ptr = NULL;