aboutsummaryrefslogtreecommitdiffstats
path: root/epan/radius_dict.l
diff options
context:
space:
mode:
Diffstat (limited to 'epan/radius_dict.l')
-rw-r--r--epan/radius_dict.l3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/radius_dict.l b/epan/radius_dict.l
index e2dd13fd84..043c91e9ad 100644
--- a/epan/radius_dict.l
+++ b/epan/radius_dict.l
@@ -787,8 +787,7 @@ gboolean radius_load_dictionary (radius_dictionary_t* d, gchar* dir, const gchar
*/
for (i = 0; i < MAX_INCLUDE_DEPTH; i++) {
- if (state.fullpaths[i])
- g_free(state.fullpaths[i]);
+ g_free(state.fullpaths[i]);
}
g_hash_table_foreach(state.dict->attrs_by_id,setup_attrs,&state);