compuphase / pawn

Pawn is a quick and small scripting language that requires few resources.
http://www.compuphase.com/pawn/
Other
497 stars 80 forks source link

Remove Unused int i and fix type in amx.c #57

Closed pbartruff closed 3 years ago

pbartruff commented 3 years ago

An unused integer "i" is declared in the function getlibname.

A typo exists in the function amx_Cleanup to free a "hlob". It should free a "hlib"

compuphase commented 3 years ago

Thanks. I must have mixed up versions: the "hlob" bug was fixed a while ago, but it came back... Sorry about that.