Skip to content

Commit

Permalink
maain BUGFIX clear url protocolos
Browse files Browse the repository at this point in the history
Affects static reinitialization.
  • Loading branch information
michalvasko committed Jul 1, 2024
1 parent 1e639fe commit 2a7478b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ server_destroy(void)

/* free dynamic members */
free(np2srv.url_protocols);
np2srv.url_protocols = NULL;
}

/**
Expand Down

0 comments on commit 2a7478b

Please sign in to comment.