<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=GB2312" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Íõ²¨ wrote:
<blockquote cite="mid:BAY105-W488A9D6D874B6C1B8FEC3EA1C30@phx.gbl"
 type="cite">
  <style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
  </style>ok, it is the last patch.<br>
</blockquote>
<br>
g_decode_path has already been freed, don't print it in debug message.<br>
<br>
<blockquote type="cite">+        if( asprintf( &g_decode_path,
"%s/drv43260.dll", psz_paths + i ) != -1 )<br>
+        {<br>
+            p_sys->rv_handle = load_syms(p_dec, g_decode_path);<br>
+            free( g_decode_path );<br>
+        }<br>
+        if( p_sys->rv_handle )<br>
+            break;<br>
+<br>
+        msg_Dbg( p_dec, "Cannot load real decoder library: %s",
g_decode_path);</blockquote>
<br>
</body>
</html>