fix `free' of mpz_to_str
authorAndy Wingo <wingo@pobox.com>
Fri, 2 Dec 2011 18:18:05 +0000 (19:18 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 2 Dec 2011 18:18:05 +0000 (19:18 +0100)
commitd88f5323d10a09533a5b66bb8031a4e2b8e44313
treea97e77c89a0dc2eac2bc68701d52baa3488d99ca
parent76f3ee77b07141b5ba5a199182d0e8118cd026d0
fix `free' of mpz_to_str

* libguile/numbers.c (scm_number_to_string): Don't `free' the result of
  mpz_get_str; use the mp free function.
libguile/numbers.c