Skip to content

Commit

Permalink
dispatcher: free parsed params at reload time
Browse files Browse the repository at this point in the history
(cherry picked from commit fc53c42)
  • Loading branch information
miconda committed Jul 27, 2015
1 parent 8ba3be2 commit bfdddc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dispatcher/dispatch.c
Expand Up @@ -219,6 +219,7 @@ int ds_set_attrs(ds_dest_t *dest, str *attrs)
dest->attrs.socket = pit->body;
}
}
if(params_list) free_params(params_list);
return 0;
}

Expand Down

0 comments on commit bfdddc6

Please sign in to comment.