diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 22:54:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 22:54:21 -0400 |
| commit | 3fc36ec58228f244f841f6ff8953cbbbfea9f350 (patch) | |
| tree | 59b410a383167a1afd5f6920d73f02033114e07d /new/container_unix.c | |
| parent | 33b1c29de87a8fa9b5b1d67668730173bb2873ee (diff) | |
More allocation logging. I wonder if I can just log directly in the allocators themselves...
Diffstat (limited to 'new/container_unix.c')
| -rw-r--r-- | new/container_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/new/container_unix.c b/new/container_unix.c index f923931..099944b 100644 --- a/new/container_unix.c +++ b/new/container_unix.c @@ -17,7 +17,6 @@ static void uiContainer_dispose(GObject *obj) static void uiContainer_finalize(GObject *obj) { -printf("in uiContainer_finalize(); freeing container\n"); G_OBJECT_CLASS(uiContainer_parent_class)->finalize(obj); } |
