Issue #156 was resolved in pull request #157.
The solution was to explicitly delete the new Command object in the exec() member function.
It would be better designed to modify the exec() member function so that it does not require explicit deletion. That is what I am implementing in this pull request.
Issue #156 was resolved in pull request #157. The solution was to explicitly delete the new Command object in the exec() member function.
It would be better designed to modify the exec() member function so that it does not require explicit deletion. That is what I am implementing in this pull request.