mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
main: remove unused lf variable
This commit is contained in:
parent
c3eb9086b8
commit
a252b61be1
1 changed files with 0 additions and 4 deletions
|
|
@ -348,7 +348,6 @@ int main(int argc, char *argv[]) {
|
||||||
pa_time_event *win32_timer;
|
pa_time_event *win32_timer;
|
||||||
struct timeval win32_tv;
|
struct timeval win32_tv;
|
||||||
#endif
|
#endif
|
||||||
char *lf = NULL;
|
|
||||||
int autospawn_fd = -1;
|
int autospawn_fd = -1;
|
||||||
pa_bool_t autospawn_locked = FALSE;
|
pa_bool_t autospawn_locked = FALSE;
|
||||||
|
|
||||||
|
|
@ -1000,9 +999,6 @@ finish:
|
||||||
pa_autospawn_lock_done(FALSE);
|
pa_autospawn_lock_done(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lf)
|
|
||||||
pa_xfree(lf);
|
|
||||||
|
|
||||||
#ifdef OS_IS_WIN32
|
#ifdef OS_IS_WIN32
|
||||||
if (win32_timer)
|
if (win32_timer)
|
||||||
pa_mainloop_get_api(mainloop)->time_free(win32_timer);
|
pa_mainloop_get_api(mainloop)->time_free(win32_timer);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue