mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
fix a bad memory access
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1302 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ce11b1f230
commit
bf62e77f71
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ pa_resample_method_t pa_source_output_get_resample_method(pa_source_output *o) {
|
|||
|
||||
int pa_source_output_move_to(pa_source_output *o, pa_source *dest) {
|
||||
pa_source *origin;
|
||||
pa_resampler *new_resampler;
|
||||
pa_resampler *new_resampler = NULL;
|
||||
|
||||
assert(o);
|
||||
assert(o->ref >= 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue