Merge "stream: ast_stream_clone() cannot copy the opaque user data."

This commit is contained in:
Joshua Colp
2017-05-08 17:25:22 -05:00
committed by Gerrit Code Review
2 changed files with 8 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ void ast_stream_free(struct ast_stream *stream);
* \retval NULL failure
*
* \note Opaque data pointers set with ast_stream_set_data() are not part
* of the deep clone. The pointers are simply copied.
* of the deep clone. We have no way to clone the data.
*
* \since 15
*/