1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

dsh: api-test: dont use lws_dsh_describe in Release

This commit is contained in:
Andy Green 2021-04-05 10:45:22 +01:00
parent 3ad0a3d223
commit 37160c797e

View file

@ -406,7 +406,9 @@ test5(void)
lws_dsh_free(&a1);
}
#if defined(_DEBUG)
lws_dsh_describe(dsh, "test dsh end state");
#endif
lws_dsh_destroy(&dsh);