1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

core: add missing comments before functions when the result must be freed after use

This commit is contained in:
Sébastien Helleu
2015-07-04 08:24:53 +02:00
parent 0770b95266
commit bd850398e8
20 changed files with 62 additions and 27 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ plugin_check_autoload (const char *filename)
* Returns arguments for plugins (only the relevant arguments for plugins,
* arguments for WeeChat core not returned).
*
* Note: plugin_argv must be freed after use (with free()).
* Note: plugin_argv must be freed after use.
*/
void