Explorar o código

fix: Mute custom memory manager if address entry not found

Stefan Profanter %!s(int64=5) %!d(string=hai) anos
pai
achega
e1c93c17cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/fuzz/custom_memory_manager.c

+ 1 - 1
tests/fuzz/custom_memory_manager.c

@@ -125,7 +125,7 @@ static int removeFromMap(void *addr) {
         e = e->prev;
     }
     pthread_mutex_unlock(&mutex);
-    printf("MemoryManager: Entry with address %p not found", addr);
+    //printf("MemoryManager: Entry with address %p not found", addr);
     return 0;
 }