Skip to content

Commit

Permalink
nanoidgen.c: drop the explicit free
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Dec 11, 2024
1 parent 1a2a848 commit 1bb8dbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nanoidgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ int main(int argc, char *argv[]) {
perror("nanoidgen");
return EXIT_FAILURE;
}

free(id);
}

0 comments on commit 1bb8dbe

Please sign in to comment.