oops, close the handle after use as a good citizen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14367 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b23fc2511f
commit
bebce6a74e
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ sub mapscan {
|
|||
$start = $1;
|
||||
}
|
||||
}
|
||||
close(M);
|
||||
|
||||
# return number of bytes
|
||||
return hex($end) - hex($start);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue