From 987b630476eff43467905299d936c388f28d3fc6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 13 Apr 2017 22:26:25 -0700 Subject: 3820 --- 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 603c0a38..26525362 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