diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-03-29 19:52:16 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-03-29 19:52:16 +0000 |
commit | 3fa5ed13a8aa486f6905851b1fb58fc81df6a3ac (patch) | |
tree | 7afbeb7811a498e0f563f25da808c2439acec015 | |
parent | 44b66a3e9887dc17035504b56037313ed6ab26ed (diff) | |
download | xine-lib-3fa5ed13a8aa486f6905851b1fb58fc81df6a3ac.tar.gz xine-lib-3fa5ed13a8aa486f6905851b1fb58fc81df6a3ac.tar.bz2 |
What's that !!
CVS patchset: 1644
CVS date: 2002/03/29 19:52:16
-rw-r--r-- | src/xine-engine/video_out.c | 4 |
1 files 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); |