Skip to content

Commit

Permalink
Merge pull request #44 from akif1716/memleakFix-nopoll_yocto
Browse files Browse the repository at this point in the history
Title: Memory leak fix
  • Loading branch information
schmidtw authored May 24, 2023
2 parents c7e3737 + 7d2150c commit 39ee89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nopoll_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -2295,8 +2295,8 @@ void nopoll_conn_unref (noPollConn * conn)
nopoll_free (conn->handshake->websocket_accept);
nopoll_free (conn->handshake->expected_accept);
nopoll_free (conn->handshake->cookie);
nopoll_free (conn->handshake);
nopoll_free (conn->handshake->redirectURL);
nopoll_free (conn->handshake);
} /* end if */

/* release connection options if defined and reuse flag is not defined */
Expand Down

0 comments on commit 39ee89f

Please sign in to comment.