diff --git a/src/map.c b/src/map.c index a28cedae9..ac1c00ab1 100644 --- a/src/map.c +++ b/src/map.c @@ -126,6 +126,7 @@ int sample_load_map(struct arg *arg, struct sample_conv *conv, default: memprintf(err, "map: internal haproxy error: no default parse case for the input type <%d>.", conv->out_type); + free(desc); return 0; }