Skip to content

Commit

Permalink
upgrade: tear down msquic when unload quicer_nif
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Oct 6, 2023
1 parent 1284705 commit efe9d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/quicer_nif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ static void
on_unload(__unused_parm__ ErlNifEnv *env, __unused_parm__ void *priv_data)
{
// @TODO clean all the leakages before close the lib
// closeLib(env, 0, NULL);
closeLib(env, 0, NULL);
}

static ERL_NIF_TERM
Expand Down

0 comments on commit efe9d81

Please sign in to comment.