Fix for NPE with audio attachments.

This commit is contained in:
Moxie Marlinspike 2014-02-25 17:54:49 -08:00
parent 82df23dd41
commit dec7fd4c8a

View File

@ -71,6 +71,7 @@ public class AudioSlide extends Slide {
else
throw new IOException("Unable to query content type.");
} finally {
if (cursor != null)
cursor.close();
}