This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove dead code in pulse_open(wave_pulse.c) -- o is always null when jumping to unlock_and_fail. [Coverity]
master
Reece H. Dunn
9 years ago
parent
69355ed568
commit
d7580eef70
1 changed files
with
0 additions
and
3 deletions
Split View
Show Diff Stats
0
3
src/libespeak-ng/wave_pulse.c
+ 0
- 3
src/libespeak-ng/wave_pulse.c
View File
@@ -479,9 +479,6 @@ static int pulse_open(const char *device)
return PULSE_OK;
unlock_and_fail:
if (o)
pa_operation_unref(o);
pa_threaded_mainloop_unlock(mainloop);
fail:
if (ret == PULSE_NO_CONNECTION) {
Write
Preview
Loading…
Cancel
Save