- debug handler file not closed - (thanks to oyvind harboe for the patch)
[fw/openocd] / src / target / xscale.c
index cb673df686594793b920ba4b3fda22f55f499ef9..92cc1422c34ce74a8e6569f9ad60ee4c3894e8de 100644 (file)
@@ -1680,6 +1680,8 @@ int xscale_deassert_reset(target_t *target)
                        /* resume the target */
                        xscale_resume(target, 1, 0x0, 1, 0);
                }
+               
+               fileio_close(&debug_handler);
        }
        else
        {