void QSfree_basis (QSbas B)
B
When work is complete on a given basis B, QSfree_basis(B) should be called to free the memory associated with the QSbas data structure. Note that after a call to QSfree_basis(B), the specified QSbas B will no longer contain any useful information.
QSfree_basis(B)
QSbas
QSbas B
/* B is an initialized QSbas */ QSfree_basis (B);