Skip to content
  • Marius Gerbershagen's avatar
    fix memory leak with bignums · 7b536161
    Marius Gerbershagen authored
        Letting the gmp library use uncollectable allocations leads to
        leaks, if the bignums are not freed with mpz_clear. Since this
        can't be done without a finalizer, we have to use the standard
        allocation mechanism. Fixes #433.
    7b536161