pike.git/
src/
modules/
Gdbm/
gdbmmod.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-30
1997-08-30 22:25:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1458b907291f512e13b7610623c34e04158dab92 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bug fix.
Rev: src/modules/Gdbm/gdbmmod.c:1.5
Rev: src/modules/Gmp/mpz_glue.c:1.21
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: gdbmmod.c,v 1.
4
1997/08/30
18
:
36
:
04
grubba Exp $");
+
RCSID("$Id: gdbmmod.c,v 1.
5
1997/08/30
22
:
21
:
49
grubba Exp $");
#include "gdbm_machine.h" #include "threads.h"
312:
{ pop_n_elems(args);
-
do_free(
THIS->dbf
);
+
do_free();
push_int(0); }