mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
fix to prevent uninitialized data
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@61 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: dcb8eb9513
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-16 (Wed, 16 Dec 2009)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -4127,7 +4127,7 @@ static off64_t copy_movie(MI_MOVIE_INFO * minfo, CMovieInfo * cmovie, bool onefi
|
||||
CFile file;
|
||||
bool need_gop = 0;
|
||||
bool dst_done = 0;
|
||||
bool was_cancel;
|
||||
bool was_cancel = false;
|
||||
int retval = 0;
|
||||
|
||||
buf = (unsigned char *) malloc(BUF_SIZE);
|
||||
|
Reference in New Issue
Block a user