summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xf86HyperPen.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/xf86HyperPen.c b/src/xf86HyperPen.c
index b0e5ac9..52a6e4f 100644
--- a/src/xf86HyperPen.c
+++ b/src/xf86HyperPen.c
@@ -973,14 +973,9 @@ xf86HypInit(InputDriverPtr drv,
}
}
- return rc;
-
SetupProc_fail:
- if (priv)
- free(priv);
- if (pInfo)
- free(pInfo);
return rc;
+
}
_X_EXPORT InputDriverRec HYPERPEN = {