mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
remove a redundant if check
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2152 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6c106c9e8e
commit
1908e82bea
1 changed files with 1 additions and 2 deletions
|
|
@ -472,8 +472,7 @@ int pa__init(pa_module*m) {
|
||||||
|
|
||||||
if (p > n_control || k) {
|
if (p > n_control || k) {
|
||||||
pa_log("Too many control values passed, %lu expected.", n_control);
|
pa_log("Too many control values passed, %lu expected.", n_control);
|
||||||
if (k)
|
pa_xfree(k);
|
||||||
pa_xfree(k);
|
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue