Esound maintainer? was:Esound memory leak (and PATCH)



Who is currently maintaining esound?

The AUTHORS file says it is Eric B. Mitchell, but the
address listed is no longer valid.

I found a memory leak, and would rather go through the
proper channel than just commiting the fix:

diff -u esdmgr.c~ esdmgr.c
--- esdmgr.c~   Tue Feb 16 10:54:58 1999
+++ esdmgr.c    Tue Jun  1 20:00:48 1999
@@ -181,6 +181,8 @@
 
     } while( player_info->source_id > 0 );
 
+    free( player_info );
+
     /* get the sample info */
     do 
     {
@@ -210,6 +212,8 @@
        }
 
     } while( sample_info->sample_id > 0 );
+
+    free( sample_info );
 
     return info;
 }


Thanks,
John
--
John Ellis <johne@bellatlantic.net>
http://gqview.netpedia.net



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]