I tried something simple

Code:
	vector<int> g;
	g.push_back(10);
	g.clear();
	_CrtDumpMemoryLeaks();
but there is still memory leak.