|
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); |