From ef73b04e744a69973208096a49d4ae52ddbb84d2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 14 Apr 2017 11:18:53 -0700 Subject: 3823 --- html/074deep_copy.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/074deep_copy.cc.html') diff --git a/html/074deep_copy.cc.html b/html/074deep_copy.cc.html index 26525362..1ae1255a 100644 --- a/html/074deep_copy.cc.html +++ b/html/074deep_copy.cc.html @@ -282,7 +282,7 @@ if ('onhashchange' in window) { 218 products.push_back(deep_copy(input, tmp)); 219 // reclaim Mu memory allocated for tmp 220 trace(9991, "run") << "deep-copy: reclaiming temporary" << end(); -221 abandon(tmp.value, payload_type(tmp.type), payload_size(tmp)); +221 abandon(tmp.value, payload_type(tmp.type), payload_size(tmp)); 222 // reclaim host memory allocated for tmp.type when tmp goes out of scope 223 break; 224 } @@ -313,7 +313,7 @@ if ('onhashchange' in window) { 249 ¦ trace(9991, "run") << "deep-copy: copy already exists: " << out << end(); 250 ¦ return out; 251 } -252 int out = allocate(payload_size(canonized_in)); +252 int out = allocate(payload_size(canonized_in)); 253 trace(9991, "run") << "deep-copy: new address is " << out << end(); 254 put(addresses_copied, in_address, out); 255 reagent/*copy*/ payload = canonized_in; -- cgit 1.4.1-2-gfad0