Skip to content

Commit

Permalink
Compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Nov 28, 2024
1 parent 4bdda3a commit 1e28f17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Pd/MessageListener.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class ReuseAllocator {

// Push the memory back into the free list
freeList.push_back({p, bytes});
freedSize += bytes;

// TODO: we need to actually free sometimes it, if we've allocated a lot
}
Expand Down

0 comments on commit 1e28f17

Please sign in to comment.