summaryrefslogtreecommitdiffstats
path: root/gst/nsf/types.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-07-14 09:11:11 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-07-14 09:11:11 +0000
commit5bb4cea9cf60fdf57742fbf79c12aecacb02946b (patch)
treee6c939cef89937910e4a53a6d717d11593044cf4 /gst/nsf/types.h
parent36b3b4cdbdcd2e2dd6828bb761efa76404712687 (diff)
downloadgst-plugins-bad-5bb4cea9cf60fdf57742fbf79c12aecacb02946b.tar.gz
gst-plugins-bad-5bb4cea9cf60fdf57742fbf79c12aecacb02946b.tar.bz2
gst-plugins-bad-5bb4cea9cf60fdf57742fbf79c12aecacb02946b.zip
gst/nsf/: Remove crack malloc/free replacement.
Original commit message from CVS: * gst/nsf/Makefile.am: * gst/nsf/memguard.c: * gst/nsf/memguard.h: * gst/nsf/types.h: Remove crack malloc/free replacement.
Diffstat (limited to 'gst/nsf/types.h')
-rw-r--r--gst/nsf/types.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/gst/nsf/types.h b/gst/nsf/types.h
index d1fa7498..04d7bb6a 100644
--- a/gst/nsf/types.h
+++ b/gst/nsf/types.h
@@ -61,7 +61,6 @@ typedef uint8 boolean;
#ifdef NOFRENDO_DEBUG
#include <stdlib.h>
-#include "memguard.h"
#include "log.h"
#define ASSERT(expr) if (FALSE == (expr))\
{\
@@ -75,7 +74,7 @@ typedef uint8 boolean;
exit(1);\
}
#else /* Not debugging */
-#include "memguard.h"
+#include <stdlib.h>
#define ASSERT(expr)
#define ASSERT_MSG(msg)
#endif
@@ -84,6 +83,13 @@ typedef uint8 boolean;
/*
** $Log$
+** Revision 1.2 2006/07/14 09:11:11 wtay
+** * gst/nsf/Makefile.am:
+** * gst/nsf/memguard.c:
+** * gst/nsf/memguard.h:
+** * gst/nsf/types.h:
+** Remove crack malloc/free replacement.
+**
** Revision 1.1 2006/07/13 15:07:28 wtay
** Based on patches by: Johan Dahlin <johan at gnome dot org>
** Ronald Bultje <rbultje at ronald dot bitfreak dot net>