Document that mailparse_msg_free() should be called explicitly

Cf. <https://bugs.php.net/bug.php?id=73110>.
This commit is contained in:
Christoph M. Becker 2021-09-07 17:04:47 +02:00
parent 487fa1db84
commit f7ee329405
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6
2 changed files with 20 additions and 0 deletions

View file

@ -28,6 +28,16 @@
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
It is recommended to call <function>mailparse_msg_free</function> on the result
of this function, when it is no longer needed, to avoid memory leaks.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>

View file

@ -48,6 +48,16 @@
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
It is recommended to call <function>mailparse_msg_free</function> on the result
of this function, when it is no longer needed, to avoid memory leaks.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>