History log of /external/sonivox/arm-wt-22k/lib_src/eas_public.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a965c0d917b2b2ef9dbd1c773098e3de079be4fd 26-Jul-2012 gbhakteX <gurudattax.bhakte@intel.com> There is fd leak in sonivox lib when try open any media file
> 2GB (MIDI parser memory leak)

Midi Parser support only 32 bit file operations and thus files
of size less than 2 GB. When file open is called on the Midi
parser, for files more than 2GB, internal seek operation fails
resulting in the non-closure of the opened file. This resulted
in the memory leak of the opened file descriptor. This is
fixed by closing the opened file descriptor on failed cases.

Change-Id: Ie9f53275206e2b4616d1cfc41c12b90544895548
Author: Muthukumar Kandasamy <muthukumar.kandasamy@intel.com>
Signed-off-by: Muthukumar Kandasamy <muthukumar.kandasamy@intel.com>
Signed-off-by: Gurudatta Bhakte <gurudattax.bhakte@intel.com>
Singed-off-by: Shuo Gao <shuo.gao@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 39292
/external/sonivox/arm-wt-22k/lib_src/eas_public.c
3e2bd1f02bee702639966852fc0456d84023865f 22-Dec-2010 Marco Nelissen <marcone@google.com> Fix engine state reporting.

b/3290604

Change-Id: If1d15499575b1448c6c1c735718c2269b87fae3e
/external/sonivox/arm-wt-22k/lib_src/eas_public.c
56c99cd2c2c1e6ab038dac5fced5b92ccf11ff6c 25-Aug-2009 Dave Sparks <davidsparks@android.com> Sonivox whitespace cleanup
/external/sonivox/arm-wt-22k/lib_src/eas_public.c
7df30109963092559d3760c0661a020f9daf1030 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/sonivox/arm-wt-22k/lib_src/eas_public.c
1b52a76815aa068a3477bfdfaf58718d41d7f9b4 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/sonivox/arm-wt-22k/lib_src/eas_public.c
bf228f8b4469f97a0c72a3761eb8dd5b23c9a6c8 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/external/sonivox/arm-wt-22k/lib_src/eas_public.c
e442bb7cd6a085b33a4dd52c0e20a157ada7feb1 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/sonivox/arm-wt-22k/lib_src/eas_public.c