WheretIB / nullc

Fast C-like programming language with advanced features
MIT License
163 stars 13 forks source link

fixed from PVS-Studio #21

Open ip-gpu opened 6 years ago

ip-gpu commented 6 years ago

I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warnings:

V773 The function was exited without releasing the 'valueLeft' pointer. A memory leak is possible. syntaxtreeevaluate.cpp 310 V773 The function was exited without releasing the 'value' pointer. A memory leak is possible. syntaxtreeevaluate.cpp 481