Quote:
— Function: void mpf_clear (mpf_t x)
Free the space occupied by x. Make sure to call this function for all mpf_t variables when you are done with them.
|
Probabilmente lo spazio deve essere deallocato con questa funzione e non è necessaria nessuna ulteriore free. Probabilmente.