eval/decode: Record that obj may be freed

This commit is contained in:
ZyX
2016-03-07 06:39:12 +03:00
parent 4ff5d6e41c
commit 1fc84ae2cd

View File

@@ -73,7 +73,8 @@ static inline void create_special_dict(typval_T *const rettv,
/// Helper function used for working with stack vectors used by JSON decoder
///
/// @param[in] obj New object.
/// @param[in,out] obj New object. Will either be put into the stack (and,
/// probably, also inside container) or freed.
/// @param[out] stack Object stack.
/// @param[out] container_stack Container objects stack.
/// @param[in,out] pp Position in string which is currently being parsed. Used