summaryrefslogtreecommitdiff
path: root/hw/input/lasips2.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/input/lasips2.c')
-rw-r--r--hw/input/lasips2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/input/lasips2.c b/hw/input/lasips2.c
index 68d741d342..94f18be4cd 100644
--- a/hw/input/lasips2.c
+++ b/hw/input/lasips2.c
@@ -266,7 +266,7 @@ void lasips2_init(MemoryRegion *address_space,
{
LASIPS2State *s;
- s = g_malloc0(sizeof(LASIPS2State));
+ s = g_new0(LASIPS2State, 1);
s->irq = irq;
s->mouse.id = 1;