Browse Source

dispatcher: free parsed params at reload time

Daniel-Constantin Mierla 10 years ago
parent
commit
fc53c424f4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/dispatcher/dispatch.c

+ 1 - 0
modules/dispatcher/dispatch.c

@@ -233,6 +233,7 @@ int ds_set_attrs(ds_dest_t *dest, str *attrs)
 		}
 
 	}
+	if(params_list) free_params(params_list);
 	return 0;
 }