diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/format.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format.c b/src/format.c index 62ecd6c..a7029ea 100644 --- a/src/format.c +++ b/src/format.c @@ -534,6 +534,7 @@ format_expand(struct plugin_state *state, Slapi_PBlock *pb, Slapi_Entry *e, "expanding " "->%s<-\n", tmp); + free(tmp); return -1; } free(tmp); |
