stdlib: fix memory leak on file errors
stdlib: throw runtime error when reading invalid real number tdrimg: add another demo image
This commit is contained in:
parent
0ea7dcef29
commit
e4f6c8746d
2 changed files with 30 additions and 9 deletions
|
|
@ -604,6 +604,7 @@ def create_image_with_stuff(imgfile):
|
|||
slotnr = putfile("../examples/Toco_Toucan.pict", None , f, part, partstart, slotnr)
|
||||
slotnr = putfile("../examples/shinkansen.pict", None , f, part, partstart, slotnr)
|
||||
slotnr = putfile("../examples/snow_leopard.pict", None , f, part, partstart, slotnr)
|
||||
slotnr = putfile("../examples/ADDS-Envoy-620.pict", None , f, part, partstart, slotnr)
|
||||
|
||||
slotnr = putfile("../examples/benchmarks.pas", None , f, part, partstart, slotnr)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue