mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Merge "stream: ast_stream_clone() cannot copy the opaque user data."
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user