On Thu, Sep 8, 2011 at 6:37 PM, Octavian Voicu octavian.voicu@gmail.com wrote:
You are dereferencing 'closest' without checking if it's non-NULL. It can be NULL if control jumps to the 'exit' label for several cases. This only applies to winealsa; for wineoss there are no gotos.
Disregard that, I see now that hr is S_FALSE only when closest is non-NULL. Sorry for the noise.
Octavian