stream-interaction: Fix crash in case of invalid argument for volume
authorSangchul Lee <sangchul1011@gmail.com>
Tue, 29 Mar 2016 17:21:40 +0000 (02:21 +0900)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 20 Apr 2016 13:37:18 +0000 (16:37 +0300)
commitb5e5475d964048bac6eab392911b75511016e085
treeed16c36f1c629ffed477a8be10913f1f2d996feb
parentb08f38385d704baff4d3381a957ecc75b3588f4d
stream-interaction: Fix crash in case of invalid argument for volume

In case of invalid argument for volume, the crash occurs in pa_stream_interaction_done().
pa_xnew() is replaced with pa_xnew0() to fix it.

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
src/modules/stream-interaction.c