Clean up memory in examples.

This commit is contained in:
David Baird
2013-09-27 14:14:43 -06:00
parent e92a98cae2
commit d82fb91436
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -23,5 +23,6 @@ int main()
ws->poll();
ws->dispatch(handle_message);
}
delete ws;
return 0;
}