Chromium Code Reviews| Index: chrome_frame/chrome_frame_activex_base.h |
| =================================================================== |
| --- chrome_frame/chrome_frame_activex_base.h (revision 78112) |
| +++ chrome_frame/chrome_frame_activex_base.h (working copy) |
| @@ -473,6 +473,7 @@ |
| UTF8ToWide(download_params->request_headers).c_str(), |
| download_params->bind_ctx, NULL, download_params->post_data); |
| } |
| + delete download_params; |
| return TRUE; |
| } |