Fix intermittent hang when stopping PortaudioBackend
authorTim Mayberry <mojofunk@gmail.com>
Mon, 14 Nov 2016 23:19:24 +0000 (09:19 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Mon, 14 Nov 2016 23:36:52 +0000 (09:36 +1000)
commitd10913e2de736b8b34d5efe12548c50296add378
treee86863449f026576b5c498b00d2aa1cc91311b8c
parentea1231fb952353d3a81ea00f1aefec6881fc7da8
Fix intermittent hang when stopping PortaudioBackend

This issue is not always reproducible but when it does occur it happens
somewhat consistently on both 32bit and 64bit builds(Tested on Windows 7).

The midiOutReset call does not return (or it takes so long that it might as
well be indefinite) and as it is not strictly necessary just remove it.

Resolves: http://tracker.ardour.org/view.php?id=7095
libs/backends/portaudio/winmmemidi_output_device.cc