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:
Daniel Stenberg 2007-08-16 08:14:03 +00:00
parent b23fc2511f
commit bebce6a74e

View file

@ -42,6 +42,8 @@ sub mapscan {
$start = $1;
}
}
close(M);
# return number of bytes
return hex($end) - hex($start);
}