Index: benchmark/io/http/main.cfa
===================================================================
--- benchmark/io/http/main.cfa	(revision a7026b4c4b7939430a25b1f1f713f69ef4933e66)
+++ benchmark/io/http/main.cfa	(revision 3eb540fbdddafe351598b5fc66c94a9418e58305)
@@ -190,5 +190,5 @@
 			init_protocol();
 			{
-				Worker workers[options.clopts.nworkers];
+				Worker * workers = anew(options.clopts.nworkers);
 				for(i; options.clopts.nworkers) {
 					// if( options.file_cache.fixed_fds ) {
@@ -250,4 +250,5 @@
 
 				sout | "Stopping connection threads..." | nonl; flush( sout );
+				adelete(workers);
 			}
 			sout | "done";
