aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/allocator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocator.py b/src/allocator.py
index 04710c1..d59264c 100644
--- a/src/allocator.py
+++ b/src/allocator.py
@@ -173,4 +173,4 @@ def patch_alloc(name, alloc, patches, **kwargs):
return new_alloc
-bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(builddir, "bumpptr_alloc.so"), color="C8")
+bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(builddir, "bumpptr_alloc.so"))