memory leaks fixing
This commit is contained in:
		
							parent
							
								
									782507ecf3
								
							
						
					
					
						commit
						b8659268cc
					
				| @ -1,6 +0,0 @@ | |||||||
| #include "thread_selector.h" |  | ||||||
| 
 |  | ||||||
| thread_selector::thread_selector() |  | ||||||
| { |  | ||||||
| 
 |  | ||||||
| } |  | ||||||
| @ -1,15 +0,0 @@ | |||||||
| #ifndef THREAD_SELECTOR_H |  | ||||||
| #define THREAD_SELECTOR_H |  | ||||||
| #include <queue> |  | ||||||
| #include <thread> |  | ||||||
| 
 |  | ||||||
| class thread_selector |  | ||||||
| { |  | ||||||
| public: |  | ||||||
|   thread_selector(); |  | ||||||
| private: |  | ||||||
|   std::queue<int> t_pos; |  | ||||||
|   std::thread* list; |  | ||||||
| }; |  | ||||||
| 
 |  | ||||||
| #endif // THREAD_SELECTOR_H
 |  | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user