1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

doc: add note about call to "regfree" after call to "string_regcomp" (plugin API reference)

This commit is contained in:
Sébastien Helleu
2021-01-01 18:10:47 +01:00
parent d413ccdf4f
commit 943374f789
5 changed files with 52 additions and 4 deletions
+2
View File
@@ -1300,6 +1300,8 @@ string_regex_flags (const char *regex, int default_flags, int *flags)
* Returns:
* 0: successful compilation
* other value: compilation failed
*
* Note: regex must be freed with regfree after use.
*/
int