mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
stripnul: initialize 'found' bool properly (llvm-clang-analyzer)
This commit is contained in:
parent
31d1d9088e
commit
49bc6bcf08
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
FILE *i, *o;
|
FILE *i, *o;
|
||||||
size_t granularity;
|
size_t granularity;
|
||||||
pa_bool_t found;
|
pa_bool_t found = FALSE;
|
||||||
uint8_t *zero;
|
uint8_t *zero;
|
||||||
|
|
||||||
pa_assert_se(argc >= 2);
|
pa_assert_se(argc >= 2);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue