1.4.0
Release Notes for Cgreen 1.4.0
-
A memory leak in
will_return_by_value()has been fixed.
The memory required for thestructvalue that should be returned was not deallocated properly. The fix might result in memory leaks in user code as the memory could previously be accessed by user code. Now responsibility for deallocation is on the user. -
Now builds on Msys2 native (but not Msys/Mingw32 or 64).
-
xml_reporteroutput is now quoted as required to allways produce correct XML. -
Various fixes to bash command completion which is now also installed
Bothcgreen-runnerandcgreen-debugshould now complete libraries and tests correctly.