<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
git version control wrote:
<blockquote cite="mid:20090306161551.CDE5630811@skanda.videolan.org"
 type="cite">
  <pre wrap="">vlc | branch: master | Rémi Denis-Courmont <a class="moz-txt-link-rfc2396E" href="mailto:remi@remlab.net"><remi@remlab.net></a> | Fri Mar  6 18:15:14 2009 +0200| [1168cbcfd205d6c0fb1e52eb346b330c1d96b3a0] | committer: Rémi Denis-Courmont 

Fix leak

  </pre>
  <blockquote type="cite">
    <pre wrap=""><a class="moz-txt-link-freetext" href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1168cbcfd205d6c0fb1e52eb346b330c1d96b3a0">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1168cbcfd205d6c0fb1e52eb346b330c1d96b3a0</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->---

 src/interface/dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/interface/dialog.c b/src/interface/dialog.c
index 6cce299..b2152f6 100644
--- a/src/interface/dialog.c
+++ b/src/interface/dialog.c
@@ -115,6 +115,7 @@ void dialog_FatalVa (vlc_object_t *obj, const char *title,
     dialog_fatal_t dialog = { title, text, };
     var_SetAddress (provider, "dialog-fatal", &dialog);
     free (text);
+    vlc_object_release (obj);
 }
 
 #undef dialog_Fatal

  </pre>
</blockquote>
<br>
Crash with file not found playlist.<br>
<br>
Regards.<br>
<br>
</body>
</html>