From: Andre Noll Date: Wed, 12 May 2010 21:22:37 +0000 (+0200) Subject: oss: Fix double free bug on open failure. X-Git-Tag: v0.4.3~28^2 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=a924e1306eaef8444cd5f3b1ed010bca4bcb3f98;hp=a924e1306eaef8444cd5f3b1ed010bca4bcb3f98;p=paraslash.git oss: Fix double free bug on open failure. If setting the oss parameters (sample format, sample rate, channel count) fails, we end up freeing the private_oss_data struct twice. ---