Closed fengyj2022 closed 1 year ago
g_malloc () in the code should be replaced with g_malloc0 () to simplify data initialization@ lminiero
We use g_malloc on purpose in many places, see here for context: https://github.com/meetecho/janus-gateway/pull/2575#issuecomment-790653240
g_malloc
g_malloc () in the code should be replaced with g_malloc0 () to simplify data initialization@ lminiero