mirror of
https://github.com/clitor-is-protocol/kevacoin-php.git
synced 2025-09-08 01:41:50 +00:00
free memory on data return
This commit is contained in:
parent
74179b6c04
commit
7efbd71233
@ -62,6 +62,10 @@ class Get
|
||||
return null;
|
||||
}
|
||||
|
||||
// free mem
|
||||
$chain = [];
|
||||
$pieces = [];
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user