[ scummvm-Bugs-775640 ] Zak: Memory Leak in allocResTypeData()

SourceForge.net noreply at sourceforge.net
Tue Jul 22 15:45:40 CEST 2003


Bugs item #775640, was opened at 2003-07-22 15:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=775640&group_id=37116

Category: Unknown Crash/Other
Group: Zak McCracken (EGA)
Status: Open
Resolution: None
Priority: 5
Submitted By: Armin Müller (arm_in)
Assigned to: Nobody/Anonymous (nobody)
Summary: Zak: Memory Leak in allocResTypeData()

Initial Comment:
When running the Amiga version of Zak McKracken
(German, Win32, MSVC, Scumm VM 20030722),
allocResTypeData() is called twice for ressources
id=1...4 which causes memory to be allocated twice
before being freed just once:

"Looking for zak
Trying to start game 'Zak McKracken and the Alien
Mindbenders'
WARNING: allocRes called 10  0!
WARNING: Enhanced V2 game detected!
WARNING: allocResTypeData called  id=3
WARNING: allocResTypeData called  id=1
WARNING: allocResTypeData called  id=17
WARNING: allocResTypeData called  id=4
WARNING: allocResTypeData called  id=2

[...] until here:

WARNING: allocResTypeData called  id=1
WARNING: allocResTypeData called  id=3
WARNING: allocResTypeData called  id=2
WARNING: allocResTypeData called  id=4"


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=775640&group_id=37116




More information about the Scummvm-tracker mailing list