fix: Release allocated memory

This commit is contained in:
Panquesito7
2020-06-23 17:38:17 -05:00
parent cdacbf1998
commit a6c3667f30

View File

@@ -51,5 +51,7 @@ int main() {
}
} while (ch != 0);
delete stack;
return 0;
}