mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Document that mailparse_msg_free() should be called explicitly
Cf. <https://bugs.php.net/bug.php?id=73110>.
This commit is contained in:
parent
487fa1db84
commit
f7ee329405
2 changed files with 20 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue