libts / tslib

Touchscreen access library
GNU Lesser General Public License v2.1
614 stars 291 forks source link

clean up handling of free() #184

Closed DerDakon closed 3 years ago

DerDakon commented 3 years ago

-do not check the pointer to be NULL before calling free(), doing free(NULL) is fine -fix some memleaks found by looking at the code