Macaulay2 Engine
Loading...
Searching...
No Matches

◆ ~binomialGB()

binomialGB::~binomialGB ( )

Definition at line 671 of file gb-toric.cpp.

672{
673 // Do nothing much, except maybe clear out stuff
674 // so no stray pointers are around
675
676 R = nullptr;
677 first = nullptr; // MES: BUG!! We are leaking stuff here!!
678}
const binomial_ring * R
Definition gb-toric.hpp:252
gbmin_elem * first
Definition gb-toric.hpp:253

References first, and R.