[svn-commits] dlee: branch dlee/playback r387737 - /team/dlee/playback/include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 6 11:51:25 CDT 2013


Author: dlee
Date: Mon May  6 11:51:23 2013
New Revision: 387737

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=387737
Log:
Missed a comment

Modified:
    team/dlee/playback/include/asterisk/stasis_app.h

Modified: team/dlee/playback/include/asterisk/stasis_app.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/playback/include/asterisk/stasis_app.h?view=diff&rev=387737&r1=387736&r2=387737
==============================================================================
--- team/dlee/playback/include/asterisk/stasis_app.h (original)
+++ team/dlee/playback/include/asterisk/stasis_app.h Mon May  6 11:51:23 2013
@@ -151,6 +151,9 @@
 
 /*!
  * \brief Returns the most recent snapshot for the associated channel.
+ *
+ * The returned pointer is AO2 managed, so ao2_cleanup() when you're done.
+ *
  * \param control Control for \c res_stasis.
  * \return Most recent snapshot. ao2_cleanup() when done.
  * \return \c NULL if channel isn't in cache.




More information about the svn-commits mailing list