Minor changes in code to improve readability (freeing some character

strings earlier)
This commit is contained in:
Celine Mercier
2015-11-09 11:22:51 +01:00
parent 9b066f4327
commit 05e3956a0c
4 changed files with 23 additions and 53 deletions

View File

@ -341,6 +341,8 @@ index_t obi_column_get_element_index_from_name(OBIDMS_column_p column, const cha
/**
* @brief Formats a date in a way that is easy to read.
*
* @warning The pointer returned must be freed by the caller.
*
* @param date A date.
*
* @returns The date formatted in a way that is easy to read.