Skip to content

Commit

Permalink
d2vsource: Free the middle node
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Buitenhuis <[email protected]>
  • Loading branch information
dwbuiten committed Dec 1, 2013
1 parent 56176e9 commit fbea6c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vs/d2vsource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ void VS_CC d2vCreate(const VSMap *in, VSMap *out, void *userData, VSCore *core,
vsapi->propSetNode(args, "clip", middle, paReplace);
vsapi->propSetData(args, "d2v", vsapi->propGetData(in, "input", 0, NULL),
vsapi->propGetDataSize(in, "input", 0, NULL), paReplace);
vsapi->freeNode(middle);

ret = vsapi->invoke(d2vPlugin, "ApplyRFF", args);
vsapi->freeMap(args);
Expand Down

0 comments on commit fbea6c4

Please sign in to comment.