diff --git a/Source/NSException.m b/Source/NSException.m index 76eea9e6f..6a5fbd76e 100644 --- a/Source/NSException.m +++ b/Source/NSException.m @@ -966,7 +966,7 @@ GSPrivateReturnAddresses(NSUInteger **returns) { jbuf_type *env; - returns = malloc(numReturns * sizeof(void*)); + *returns = malloc(numReturns * sizeof(void*)); env = jbuf(); if (sigsetjmp(env->buf, 1) == 0)