Code:
r4981 | schlocke | 2011-04-12 08:03:40 +0200 (Tue, 12 Apr 2011) | 2 lines
fixed compileerror when compiled without AC
------------------------------------------------------------------------
r4980 | Admin | 2011-04-12 02:30:52 +0200 (Tue, 12 Apr 2011) | 1 line
If memory allocation failed in mk_t-functions, an empty constant string was returned. However, freeing this is not possible. Now, these functions also return the constant string if the result is empty. The free_mk_t function takes care to check for this empty returned string before freeing. Furthermore, descriptions were added to the mk_t-functions and a small memory leak was fixed.