Bart Valued Newbie
Joined: 24 Jun 2003 Posts: 41 Location: Netherlands
|
Posted: Mon May 14, 2007 9:13 am Post subject: Memoryleak VDSMpeg.dll? |
|
|
Is it correct that VDSmpeg.dll has a memoryleak or is it something i doing wrong in the program, when starting a new mp3 there is a 100k left in the memory.
This is what i use to play the mp3s:
| Code: |
mpeg stop
mpeg DEINITIALIZE
mpeg CLOSE
mpeg PRIORITY,CRITICAL
mpeg OPEN,%%PLAYER_mp3file
mpeg INITIALIZE
mpeg seek,0,0
mpeg play
|
|
|