[gnome-settings-daemon] wacom: Simplify allocation
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] wacom: Simplify allocation
- Date: Tue, 29 May 2012 14:23:02 +0000 (UTC)
commit 5adcbeb344877232b678d24759bd98fb6c2b5e2c
Author: Bastien Nocera <hadess hadess net>
Date: Tue May 29 10:05:39 2012 +0100
wacom: Simplify allocation
plugins/wacom/gsd-wacom-device.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-device.c b/plugins/wacom/gsd-wacom-device.c
index 548f68f..8bca1e1 100644
--- a/plugins/wacom/gsd-wacom-device.c
+++ b/plugins/wacom/gsd-wacom-device.c
@@ -399,7 +399,7 @@ setup_property_notify (GsdWacomDevice *device)
evmask.deviceid = device->priv->device_id;
evmask.mask_len = XIMaskLen (XI_PropertyEvent);
- evmask.mask = g_malloc0(evmask.mask_len * sizeof(char));
+ evmask.mask = g_new0 (guchar, evmask.mask_len);
XISetMask (evmask.mask, XI_PropertyEvent);
dpy = GDK_DISPLAY_XDISPLAY (gdk_display_get_default ());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]