vedderb / bldc-tool

A Qt program to control and debug my BLDC-controller
245 stars 218 forks source link

fixed 4 delete[]'s #18

Open lvdlvd opened 7 years ago

lvdlvd commented 7 years ago

fixed 4 instances of new[] allocated pointers being freed by delete instead of delete[]


This change is Reviewable