Fix a few memory leaks

This commit is contained in:
Alex Hultman
2018-12-30 17:17:22 +01:00
parent 4407beedf7
commit 6618f7194b
4 changed files with 29 additions and 3 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ public:
}
~TemplatedApp() {
/* Let's just put everything here */
httpContext->free();
}
TemplatedApp(const TemplatedApp &other) {