aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-epl.c')
-rw-r--r--epan/dissectors/packet-epl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-epl.c b/epan/dissectors/packet-epl.c
index 0147b94f6b..162ce20d0e 100644
--- a/epan/dissectors/packet-epl.c
+++ b/epan/dissectors/packet-epl.c
@@ -2324,9 +2324,7 @@ static void
free_key(gpointer ptr)
{
duplication_key *key = (duplication_key *)ptr;
-
- if(key)
- g_slice_free(duplication_key, key);
+ g_slice_free(duplication_key, key);
}
/* removes the table entries of a specific transfer */