Index: chrome/browser/nacl_host/nacl_process_host.cc |
=================================================================== |
--- chrome/browser/nacl_host/nacl_process_host.cc (revision 124403) |
+++ chrome/browser/nacl_host/nacl_process_host.cc (working copy) |
@@ -407,6 +407,7 @@ |
// On Windows we might need to start the broker process to launch a new loader |
#if defined(OS_WIN) |
if (RunningOnWOW64()) { |
+ delete cmd_line; |
sehr (please use chromium)
2012/03/01 19:05:48
Then we could remove this line.
halyavin
2012/03/02 09:21:24
Done.
|
return NaClBrokerService::GetInstance()->LaunchLoader( |
this, ASCIIToWide(channel_id)); |
} else { |