wip
This commit is contained in:
		
							parent
							
								
									abbe5e25a5
								
							
						
					
					
						commit
						7337771aaf
					
				| @ -60,10 +60,10 @@ public: | ||||
|     ~MemoryManager() | ||||
|     { | ||||
|        // std::lock_guard<std::mutex> lock(mutex_);
 | ||||
|         // for (auto block : blocks_)
 | ||||
|         // {
 | ||||
|         //     std::free(block);
 | ||||
|         // }
 | ||||
|         for (auto block : blocks_) | ||||
|         { | ||||
|             std::free(block); | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
| private: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user