dictu-lang / Dictu

Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
https://dictu-lang.com
MIT License
268 stars 53 forks source link

Dont free path after first execution #719

Closed Jason2605 closed 8 months ago

Jason2605 commented 8 months ago

History

Resolves: #718

What's Changed:

The path string was being freed after the first statement had been executed, meaning further statements in the REPL was using a freed string

#

Type of Change:

#

Housekeeping:

#

Screenshots (If Applicable):

Jason2605 commented 8 months ago

Don't worry about it mate! I should have seen it in the review as well