[vlc-devel] commit: When scanning multiple lua scripts, create a new lua_State for each script. This will prevent data corruption from a previous script affecting subsequent scripts . (Antoine Cellerier )

git version control git at videolan.org
Sat Feb 13 16:39:05 CET 2010


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Feb 13 14:07:30 2010 +0100| [5942b165dda37a5fc14ebc82b40f0d910bb5b4a5] | committer: Antoine Cellerier 

When scanning multiple lua scripts, create a new lua_State for each script. This will prevent data corruption from a previous script affecting subsequent scripts.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5942b165dda37a5fc14ebc82b40f0d910bb5b4a5
---

 modules/misc/lua/demux.c     |   62 +++++++++++++++++++----------------------
 modules/misc/lua/extension.c |   23 +++------------
 modules/misc/lua/extension.h |    3 --
 modules/misc/lua/meta.c      |   44 ++++++++++++++++++-----------
 modules/misc/lua/vlc.c       |    5 +--
 modules/misc/lua/vlc.h       |    4 +-
 6 files changed, 65 insertions(+), 76 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=5942b165dda37a5fc14ebc82b40f0d910bb5b4a5



More information about the vlc-devel mailing list