File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 88a47020cf13e0884a83343c1b7cb3c0312f48a0
2
+ refs/heads/master: 76aab80e3988caf71b7d6299e5a7ebb06cf2bbbb
Original file line number Diff line number Diff line change 4
4
// NB: please do not commit code with this uncommented. It's
5
5
// hugely expensive and should only be used as a last resort.
6
6
//
7
- #define TRACK_ALLOCATIONS
7
+ // #define TRACK_ALLOCATIONS
8
8
9
9
#define MAGIC 0xbadc0ffe
10
10
@@ -114,7 +114,7 @@ memory_region::~memory_region() {
114
114
}
115
115
#ifdef TRACK_ALLOCATIONS
116
116
if (_detailed_leaks) {
117
- unsigned int leak_count = 0 ;
117
+ int leak_count = 0 ;
118
118
for (size_t i = 0 ; i < _allocation_list.size (); i++) {
119
119
if (_allocation_list[i] != NULL ) {
120
120
alloc_header *header = (alloc_header*)_allocation_list[i];
You can’t perform that action at this time.
0 commit comments