udm_free_ispell_data

(PHP 4 >= 4.0.5, PHP 5 < 5.1.0, PECL mnogosearch >= 1.0.0)

udm_free_ispell_dataLibère la mémoire allouée pour ispell par MnoGoSearch

Description

udm_free_ispell_data ( int $agent ) : bool

Libère la mémoire allouée pour ispell par MnoGoSearch.

Liste de paramètres

agent

Un lien vers l'agent, reçu après l'appel à la fonction udm_alloc_agent().

Valeurs de retour

udm_free_ispell_data() retourne toujours TRUE.

Notes

Note:

udm_free_ispell_data() est supportée à partir de la version 3.1.12 de mnoGoSearch et elle ne fait strictement rien avec les versions précédentes.

add a note add a note

User Contributed Notes 1 note

up
0
indeyets at gmail dot com
19 years ago
in mnogosearch 3.2.33 (and earlier 3.2.x versions) this function should not be used, as udm_free_agent() implicitly frees this memory too.

as a result, you will have "double free" and crash of php/apache instance
To Top