Fix compiling on Windows without SSL

This commit is contained in:
Alex Hultman
2019-01-05 00:39:46 +01:00
parent 287c7dbe7f
commit c953d2b2bb
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -56,6 +56,8 @@ public:
}
/* todo: Proper move semantics so to not allow copy-then-double-free and such problems of httpContext, etc. */
~TemplatedApp() {
/* Let's just put everything here */
httpContext->free();