libgeda: smob free functions now return 0
commit014b30b5f2475f89830fadd1eb4d8f9c2056e647
authorKrzysztof Kościuszkiewicz <k.kosciuszkiewicz@gmail.com>
Sun, 5 Jun 2011 20:11:35 +0000 (5 22:11 +0200)
committerKrzysztof Kościuszkiewicz <k.kosciuszkiewicz@gmail.com>
Sun, 5 Jun 2011 20:11:35 +0000 (5 22:11 +0200)
tree90a760a3403397240d244bf78e4b0d33f3c695f6
parentbd939b78afa64e27bd9366133ecf636b145c2fe7
libgeda: smob free functions now return 0

In past guile required to return the size of deallocated memory.  Since
commit 1735a9e0378290382ec9d0db83c76d039b0c5c7c memory for the smobs is
allocated from heap and not from guile memory pool. In such case
(and to be compliant with recent guile versions) the free functions must
return 0.
libgeda/src/g_smob.c