Bugfix for bug #3767
authorMartijn Liem <martijn.c.liem+github@gmail.com>
Wed, 23 Jul 2014 10:33:51 +0000 (12:33 +0200)
committerMartijn Liem <martijn.c.liem+github@gmail.com>
Wed, 23 Jul 2014 10:33:51 +0000 (12:33 +0200)
commit9c285da3298538f0e5e8a1e818f1f9cda8fa9d83
tree86878e127acf67f08d05ec9dc3f4b24e94e3f3e0
parent946c09f58c44a2dc1ca1a6652460e2da0f32514f
Bugfix for bug #3767
Fixed a memory leak in cap_dshow.cpp in videoInput::setVideoSettingCamera(). The leak was caused by not releasing an IBaseFilter object created in a call to getDevice(). Tho object is now properly released.
modules/highgui/src/cap_dshow.cpp