Que les devs de la MoFo jettent un coup d'oeil a ça: free() frees the memory space pointed to by ptr, which must have been returned by a previous call to malloc(), calloc() or realloc(). Otherwise, or if free(ptr) has already been called before, undefined behaviour occurs. If ptr is NULL, no operation is performed. http://linux.die.net/man/3/malloc
Depending on the time of day, the French go either way.
# J'aiime firefox,
Posté par Frank-N-Furter . En réponse à la dépêche Des nouvelles de Mozilla. Évalué à -7.
free() frees the memory space pointed to by ptr, which must have been returned by a previous call to malloc(), calloc() or realloc(). Otherwise, or if free(ptr) has already been called before, undefined behaviour occurs. If ptr is NULL, no operation is performed.
http://linux.die.net/man/3/malloc
Depending on the time of day, the French go either way.