]> Kevux Git Server - fll/commit
Bugfix: Do not de-allocate the additional array
authorKevin Day <kevin@kevux.org>
Sat, 31 Mar 2012 18:54:00 +0000 (13:54 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 31 Mar 2012 18:54:00 +0000 (13:54 -0500)
commitdccbd21efa62795fe0baff16e140345e8a7bfe62
treed55eca806471a92e55ae3700574ef19c4e41749c
parent9da30781ed95f1bd736fb0b8b3ba3a73ee76bb3d
Bugfix: Do not de-allocate the additional array

Do not de-allocate this array when some allocation error happens.
The data is defined outside of this function, so leave it to the caller to handle deallocation.
This allows for giving the caller more choices when trying to decided what to do on allocation problem.
For example, some program may want to try to continue anyway even if there is an allocation problem.
It will be tricky, but in such a case one would just have to make do with what is already allocated.
level_1/fl_console/c/console.c