esnacc / esnacc-ng

A continuation of the Enhanced SNACC ASN.1 compiler - See http://mail.esnacc.org/mailman/listinfo/dev
http://esnacc.org
GNU General Public License v2.0
32 stars 30 forks source link

Fix memory leak in the generated code due to improper usage of delete #2

Closed neeraj9 closed 9 years ago

neeraj9 commented 9 years ago

Fix memory leak in the generated code due to improper usage of c++ delete on an array allocation. Use delete[] on c++ array allocation.