Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 775560
Collapse All | Expand All

(-)a/miner.c (+2 lines)
Lines 11197-11204 void _bfg_clean_up(bool restarting) Link Here
11197
			print_summary();
11197
			print_summary();
11198
	}
11198
	}
11199
11199
11200
#ifdef USE_CPUMINING
11200
	if (opt_n_threads > 0)
11201
	if (opt_n_threads > 0)
11201
		free(cpus);
11202
		free(cpus);
11203
#endif
11202
11204
11203
	curl_global_cleanup();
11205
	curl_global_cleanup();
11204
	
11206
	

Return to bug 775560