We no longer need to free config structure.

This commit is contained in:
gamemann
2021-11-12 18:05:47 +00:00
parent bee4377a80
commit 8527ed163c

View File

@@ -484,9 +484,6 @@ int main(int argc, char *argv[])
// Detach XDP program.
attachxdp(ifidx, -1, &cmd);
// Free config.
free(&cfg);
// Add spacing.
fprintf(stdout, "\n");