Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - JohnBanks

Pages: [1]
1
SolveigMM Video Editing SDK / Re: SDK 2.0 Beta is out
« on: October 18, 2009, 06:02:17 PM »
In the Delphi joiner example GetMem is never followed by FreeMem; also causing a memory leak.

2
SolveigMM Video Editing SDK / Re: SDK 2.0 Beta is out
« on: October 18, 2009, 10:16:11 AM »
In other words: Dispose is missing after New.

3
SolveigMM Video Editing SDK / Re: SDK 2.0 Beta is out
« on: October 17, 2009, 11:22:38 PM »
The (precompiled) Delphi Joiner only joins once. When you try to join a second time under a different filename, only the first file is written.
The Delphi splitter has a memory leak. Caused by: New(trimlist.range)

4
SolveigMM Video Editing SDK / Re: SDK 2.0 Beta is out
« on: October 14, 2009, 10:31:57 AM »
Is there any chance that the Delphi examples will be fixed?
Of course it is a bit difficult to evaluate a SDK when the examples are buggy...
Also I noticed some memory leaks in the Delphi examples. (Memory not 'freed'.)

Pages: [1]