vbscript: Avoid memory leak in compile_select_statement (coverity).

oldstable
André Hentschel 2012-10-30 20:07:10 +01:00 committed by Alexandre Julliard
parent 5010f0933e
commit 1aa6236428
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ static HRESULT compile_select_statement(compile_ctx_t *ctx, select_statement_t *
hres = push_instr_addr(ctx, OP_jmp, end_label);
if(FAILED(hres))
return hres;
break;
}
heap_free(case_labels);