OSDN Git Service

generateProjectThumbnail can fail to close output stream
authorHenrik Baard <henrik.baard@sonymobile.com>
Thu, 11 Jul 2013 10:55:09 +0000 (12:55 +0200)
committerHenrik Baard <henrik.baard@sonymobile.com>
Thu, 11 Jul 2013 13:08:50 +0000 (15:08 +0200)
commit79d097ee5bd3281669b39419e1fa7aa2f5e96820
treebdf5cee3a1d90b846ae77bcb1c215c1425fbd30e
parentfa42e774bc48c3172023c8c49610baa469c19e39
generateProjectThumbnail can fail to close output stream

In case of an excpetion the generateProjectThumbnail method
does not close the output stream used.

Move the closing of the stream to the finally block.

Change-Id: I417236ab1acf65bb97e40beb8a750035c25e436e
media/java/android/media/videoeditor/VideoEditorImpl.java