Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 121671
Collapse All | Expand All

(-)wizardpen.c.orig (-2 / +2 lines)
Lines 629-638 Link Here
629
     * If something went wrong, cleanup and return NULL
629
     * If something went wrong, cleanup and return NULL
630
     */
630
     */
631
  SetupProc_fail:
631
  SetupProc_fail:
632
    if ((local) && (local->fd))
632
/*    if ((local) && (local->fd))
633
	xf86CloseSerial(local->fd);
633
	xf86CloseSerial(local->fd);
634
    if (local)
634
    if (local)
635
	xf86DeleteInput(local, 0);
635
	xf86DeleteInput(local, 0);*/
636
636
637
    if ((priv) && (priv->buffer))
637
    if ((priv) && (priv->buffer))
638
	XisbFree(priv->buffer);
638
	XisbFree(priv->buffer);

Return to bug 121671