diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-11-30 18:52:14 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2007-11-30 18:52:14 +0000 |
commit | 3c959f660b5e291f8210a8d578cec3bab8b13ace (patch) | |
tree | 65bb3ba395694116287de036a7051e7934874a34 /src/frames.h | |
parent | 29e68dd64e3cc340d0527e5fae62bf2dce90f3dd (diff) |
Treat unknown functions as is_alloc_fn.
Diffstat (limited to 'src/frames.h')
-rw-r--r-- | src/frames.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frames.h b/src/frames.h index 821d24c..2cd331d 100644 --- a/src/frames.h +++ b/src/frames.h @@ -8,6 +8,7 @@ G_BEGIN_DECLS typedef struct _frame Frame; struct _frame { gulong ip; + gboolean has_function; const gchar *function; const gchar *object; const gchar *file; |