diff --git a/addons/ooh323cDriver.c b/addons/ooh323cDriver.c index 150024f81f..1672849cab 100644 --- a/addons/ooh323cDriver.c +++ b/addons/ooh323cDriver.c @@ -124,7 +124,7 @@ void* ooh323c_call_thread(void* dummy) free(mycthread); ast_module_unref(myself); ast_update_use_count(); - return dummy; + return NULL; } int ooh323c_start_call_thread(ooCallData *call) {