diff options
Diffstat (limited to 'xlators/performance/decompounder/src/decompounder.h')
-rw-r--r-- | xlators/performance/decompounder/src/decompounder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/decompounder/src/decompounder.h b/xlators/performance/decompounder/src/decompounder.h index 1b8c1d6d00f..59fb908ed06 100644 --- a/xlators/performance/decompounder/src/decompounder.h +++ b/xlators/performance/decompounder/src/decompounder.h @@ -26,6 +26,7 @@ typedef struct { #define DC_STACK_UNWIND(frame, op_ret, op_errno, rsp, xdata) do {\ dc_local_t *__local = NULL; \ + \ if (frame) { \ __local = frame->local; \ frame->local = NULL; \ |