diff options
| author | Magnus Ahltorp <map@kth.se> | 2016-02-11 07:36:26 +0100 |
|---|---|---|
| committer | Magnus Ahltorp <map@kth.se> | 2016-02-11 07:36:26 +0100 |
| commit | 3eff8983036e0ab67fc438125aec867491ef7f25 (patch) | |
| tree | efd35c9ea85bd01a883e8874bbea6c80f3f27ab3 /c_src/Makefile | |
| parent | fd67538221b7a3226f7d64704b0cfb7f28962db7 (diff) | |
Free permdb object on error
Diffstat (limited to 'c_src/Makefile')
| -rw-r--r-- | c_src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/Makefile b/c_src/Makefile index 9a6c0a4..c7e1367 100644 --- a/c_src/Makefile +++ b/c_src/Makefile @@ -38,7 +38,7 @@ permdbtest_OBJS = permdb.o arlamath.o hash.o permdbtest.o $(common_OBJS) all: $(PORTS) $(OTHER_BIN) clean: - rm -f $(fsynchelper_OBJS) $(hsmhelper_OBJS) $(permdbport_OBJS) $(permdbso_OBJS) $(permdbtest_OBJS) $(PORTS) + rm -f $(fsynchelper_OBJS) $(hsmhelper_OBJS) $(permdbport_OBJS) $(permdbso_OBJS) $(permdbtest_OBJS) $(PORTS) $(OTHER_BIN) fsynchelper: $(fsynchelper_OBJS) $(CC) -o fsynchelper $(fsynchelper_OBJS) $(LDFLAGS) |
