diff options
author | Thibaut Mattern <thibaut.mattern@gmail.com> | 2007-04-11 14:49:02 +0200 |
---|---|---|
committer | Thibaut Mattern <thibaut.mattern@gmail.com> | 2007-04-11 14:49:02 +0200 |
commit | 3dc931e217272f0781ef8f7d7ed228467fe5604c (patch) | |
tree | 0537b7c0d221db60f30121c4e4c64c8f84611419 /src/xine-engine/xine.c | |
parent | 0ce330ec329e1d15a49ae5c5ea4741bcfbf924d3 (diff) | |
download | xine-lib-3dc931e217272f0781ef8f7d7ed228467fe5604c.tar.gz xine-lib-3dc931e217272f0781ef8f7d7ed228467fe5604c.tar.bz2 |
Released allocated strings.
Added some profiling (XINE_PROFILE).
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r-- | src/xine-engine/xine.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index f49a988c9..32c2d7672 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -51,6 +51,7 @@ #define LOG_VERBOSE /* #define LOG +#define DEBUG */ #define XINE_ENABLE_EXPERIMENTAL_FEATURES @@ -1547,7 +1548,7 @@ void xine_init (xine_t *this) { /* * plugins */ - _x_scan_plugins(this); + XINE_PROFILE(_x_scan_plugins(this)); #ifdef HAVE_SETLOCALE if (!setlocale(LC_CTYPE, "")) |