summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser.h')
-rw-r--r--src/parser/parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index 351aa858a..b310456bd 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -230,6 +230,8 @@ class CVC4_PUBLIC Parser {
* "Preemption commands": extra commands implied by subterms that
* should be issued before the currently-being-parsed command is
* issued. Used to support SMT-LIBv2 ":named" attribute on terms.
+ *
+ * Owns the memory of the Commands in the queue.
*/
std::list<Command*> d_commandQueue;
@@ -254,9 +256,7 @@ protected:
public:
- virtual ~Parser() {
- delete d_input;
- }
+ virtual ~Parser();
/** Get the associated <code>ExprManager</code>. */
inline ExprManager* getExprManager() const {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback