From 221df9e782ee929442488b75827341e111cd4254 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Fri, 24 Sep 2004 13:33:32 +0000 Subject: [PATCH] ...gah... git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@442 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/framework/mlt_properties.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/framework/mlt_properties.c b/src/framework/mlt_properties.c index 972ad93..1d13714 100644 --- a/src/framework/mlt_properties.c +++ b/src/framework/mlt_properties.c @@ -47,7 +47,7 @@ property_list; /** Memory leak checks. */ -#define _MLT_PROPERTY_CHECKS_ +//#define _MLT_PROPERTY_CHECKS_ #ifdef _MLT_PROPERTY_CHECKS_ static int properties_created = 0; -- 1.7.4.4