From 3fa5ed13a8aa486f6905851b1fb58fc81df6a3ac Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 29 Mar 2002 19:52:16 +0000 Subject: What's that !! CVS patchset: 1644 CVS date: 2002/03/29 19:52:16 --- src/xine-engine/video_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index e6182f7b3..d92921c85 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.c,v 1.89 2002/03/29 19:34:06 esnel Exp $ + * $Id: video_out.c,v 1.90 2002/03/29 19:52:16 f1rmb Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -115,7 +115,7 @@ static int _load_logo_file(vos_t *this) { if((fp = gzopen (this->logo_pathname, "rb")) != NULL) { if(this->logo_yuy2) - memleak_free (this->logo_yuy2); + free (this->logo_yuy2); this->logo_w = gzread_i16 (fp); this->logo_h = gzread_i16 (fp); -- cgit v1.2.3