summaryrefslogtreecommitdiff
path: root/src/libreal
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2011-10-11 09:17:51 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2011-10-11 09:17:51 +0100
commitb258a7d9c8f71669df3273127c076e722573f707 (patch)
treeff6d87fffb1e1154da9dfadaddab8376eea2f96f /src/libreal
parentc7f63d6c87d5023ba65e3588bf37326e69b20430 (diff)
parent61087cfdd20dfabcbc1da7fd11f85815f9a667aa (diff)
downloadxine-lib-b258a7d9c8f71669df3273127c076e722573f707.tar.gz
xine-lib-b258a7d9c8f71669df3273127c076e722573f707.tar.bz2
Merge from 1.1.
--HG-- rename : src/xine-engine/post.h => include/xine/post.h rename : po/libxine1.pot => po/libxine2.pot
Diffstat (limited to 'src/libreal')
-rw-r--r--src/libreal/real_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libreal/real_common.c b/src/libreal/real_common.c
index 61c620559..0c607be86 100644
--- a/src/libreal/real_common.c
+++ b/src/libreal/real_common.c
@@ -175,6 +175,8 @@ void *_x_real_codec_open(xine_stream_t *const stream, const char *const path,
xprintf (stream->xine, XINE_VERBOSITY_DEBUG,
LOG_MODULE ": error loading %s: %s\n", codecpath, dlerror());
+
+ free(codecpath);
}
_x_message(stream, XINE_MSG_LIBRARY_LOAD_ERROR, codec_name, NULL);