diff --git a/addons/ooh323cDriver.c b/addons/ooh323cDriver.c index 3171b8a73067d0fc6fbf288ac048e74fab009f8e..150024f81fb03c15b6fa275c1176f24a6e6e5479 100644 --- a/addons/ooh323cDriver.c +++ b/addons/ooh323cDriver.c @@ -152,7 +152,6 @@ int ooh323c_start_call_thread(ooCallData *call) { } ast_module_ref(myself); - memset(cur, 0, sizeof(cur)); if ((socketpair(PF_LOCAL, SOCK_STREAM, 0, cur->thePipe)) == -1) { ast_log(LOG_ERROR, "Can't create thread pipe for call %s\n", call->callToken); free(cur);