aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2022-09-16 12:23:15 +0200
committerBjørn Mork <bjorn@mork.no>2022-09-16 12:26:34 +0200
commit61d7a545b8d5ef02b4ea1263b3fb86bcd49a47f7 (patch)
treeec1b2eb3b04a343e47195e6eb70cd3b733a49df0 /Makefile
parent26be6715d14c0107b4d2c16b3e9076da4091af4f (diff)
fix another memleakv0.11
add_keyval() will take a ref for every value instance it adds, making it unnecssary to keep any outer ref on the value. Taking one of the temparary date-time object caused a leak. Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d91476e..8fb35af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.10
+VERSION := 0.11
LDFLAGS=$(shell pkg-config --libs json-c) $(shell pkg-config --libs libmosquitto)
CFLAGS=-Wall $(shell pkg-config --cflags json-c) $(shell pkg-config --cflags libmosquitto) -DVERSION='"$(VERSION)"' -DWITH_TLS