changeset 1157:968092bcb1ba trunk

[svn] Same as r4658 in Audacious.
author js
date Fri, 01 Jun 2007 15:48:43 -0700
parents 46476de8fc64
children 382545522a14
files .depend ChangeLog mk/objective.mk
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 31 17:13:04 2007 -0700
+++ b/ChangeLog	Fri Jun 01 15:48:43 2007 -0700
@@ -1,3 +1,13 @@
+2007-06-01 00:13:04 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [2478]
+  - avoid a memory leak with FD probing
+  
+  trunk/src/wma/libffwma/avformat.h |    1 +
+  trunk/src/wma/libffwma/futils.c   |   31 +++++++++++++++++++++++++++++++
+  trunk/src/wma/wma.c               |    6 ++++++
+  3 files changed, 38 insertions(+)
+
+
 2007-05-31 17:33:46 +0000  Giacomo Lozito <james@develia.org>
   revision [2476]
   - curl: allow user to customize connect timeout value using a connect_timeout entry in config file
--- a/mk/objective.mk	Thu May 31 17:13:04 2007 -0700
+++ b/mk/objective.mk	Fri Jun 01 15:48:43 2007 -0700
@@ -278,4 +278,4 @@
 # compatibility with automake follows
 am--refresh:
 
-include .depend
+-include .depend