Commit 24045d8e9a519995cbd59168297c3a8e4c68a566
1 parent
146f88c2
Exists in
master
and in
7 other branches
$1
Showing
1 changed file
with
1 additions
and
5 deletions
Show diff stats
ogc.php
... | ... | @@ -293,11 +293,7 @@ else{ |
293 | 293 | if($teste != "" && $l->data == ""){ |
294 | 294 | $id_medida_variavel = $teste; |
295 | 295 | } |
296 | - $l->free; | |
297 | - $nmap->free; | |
298 | - echo "oi";exit; | |
299 | - unset($l); | |
300 | - unset($nmap); | |
296 | + | |
301 | 297 | } |
302 | 298 | if(isset($id_medida_variavel)){ |
303 | 299 | $temai3geo = false; | ... | ... |