summaryrefslogtreecommitdiff
path: root/Cython/Utility/Embed.c
Commit message (Expand)AuthorAgeFilesLines
* guard strdup() call in embedding main function against memory errorsStefan Behnel2015-07-131-4/+4
* also free() the allocated argument strings on error in embedding main functionStefan Behnel2015-07-131-8/+4
* free()-ing a NULL pointer should be fineStefan Behnel2015-07-131-7/+5
* Fixed some memory leaks in Utility/Embed.cMichael Ensslin2015-07-121-1/+11
* add missing malloc() result casts in embedding main program codeStefan Behnel2014-12-011-2/+2
* move embedded C main function code into external utility code fileStefan Behnel2014-03-151-0/+192