]> granicus.if.org Git - libvpx/commit
Removes fileno check to prevent valgrind error
authorDeb Mukherjee <debargha@google.com>
Thu, 14 Aug 2014 21:59:50 +0000 (14:59 -0700)
committerDeb Mukherjee <debargha@google.com>
Fri, 15 Aug 2014 16:20:54 +0000 (09:20 -0700)
commit4851b99bf181f5c0667a7a97d3685773126f7b51
treeecfabdfb17a4e352d4aed598aefdb425e91f7695
parent54f8cb78c6eecc78e666e6c39b64afcdf03591f8
Removes fileno check to prevent valgrind error

Explicitly makes the fileptr null when close source is called
on a temporary file. This avoids a valgrind error.

Change-Id: I9c364290eeb6842fde946dd9bf817814c7178aaa
test/video_source.h
test/y4m_test.cc