diff options
-rw-r--r-- | src/lex.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -376,9 +376,6 @@ fastd_lex_t* fastd_lex_init(FILE *file) { } void fastd_lex_destroy(fastd_lex_t *lex) { - if (!lex) - return; - free(lex); } |
index : fastd | ||
Fast and Secure Tunnelling Daemon | Matthias Schiffer <mschiffer@universe-factory.net> |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/lex.c | 3 |
@@ -376,9 +376,6 @@ fastd_lex_t* fastd_lex_init(FILE *file) { } void fastd_lex_destroy(fastd_lex_t *lex) { - if (!lex) - return; - free(lex); } |