[vlc-devel] commit: Add missing vlc_restorecancel in input. (Laurent Aimar )
git version control
git at videolan.org
Sat Sep 6 13:42:19 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Sep 6 13:45:16 2008 +0200| [94eaa50f2a04f88ef03b3e022a8ea6fc1784538b] | committer: Laurent Aimar
Add missing vlc_restorecancel in input.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=94eaa50f2a04f88ef03b3e022a8ea6fc1784538b
---
src/input/input.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/input/input.c b/src/input/input.c
index 266d065..b0684c9 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -506,6 +506,7 @@ static void* Run( vlc_object_t *p_this )
/* Tell we're dead */
p_input->b_dead = true;
+ vlc_restorecancel( canc );
return NULL;
}
More information about the vlc-devel
mailing list