projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49900d
)
remove free of static memory
author
Philipp Takacs
<philipp@bureaucracy.de>
Wed, 21 Nov 2018 21:06:22 +0000
(22:06 +0100)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Thu, 22 Nov 2018 23:14:34 +0000
(
00:14
+0100)
uip/pick.c
patch
|
blob
|
history
diff --git
a/uip/pick.c
b/uip/pick.c
index
25bd6b6
..
12b2bd7
100644
(file)
--- a/
uip/pick.c
+++ b/
uip/pick.c
@@
-1282,7
+1282,6
@@
DATEfree(struct nexus **n)
}
dd = (*n)->data;
- mh_free0(&dd->datef);
mh_free0(n);
}