]> git.xonotic.org Git - xonotic/gmqcc.git/commit
functions which have no living values but store_return values may cause the allocator...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 19 Aug 2012 17:54:15 +0000 (19:54 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 19 Aug 2012 17:54:15 +0000 (19:54 +0200)
commit14210a62ef7ff1529f93b5c050553049e1bedd4a
tree17d849bc9c508df0934aaf9adad48c4da2989f13
parent4254845227f14d0c2ec0b8e628ee1d70c5ec0001
functions which have no living values but store_return values may cause the allocator to be run with no allocations being made - in this case we shouldn't try accessing the empty array and simply exit the allocator
ir.c