summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2014-09-24 17:17:29 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-24 17:17:29 +0000
commit0c62b9f21761470a81545aa7545f745ff58240d5 (patch)
tree8e64031f32f04e78f280dd36690c277d1e8f0a33 /packages
parentf64d6f8baf87e1da8ae9cb0f26fd4dbb37c0ec7f (diff)
parentb9773075730cebe0ecf5efda22bf556f9a130084 (diff)
downloadframeworks_base-0c62b9f21761470a81545aa7545f745ff58240d5.zip
frameworks_base-0c62b9f21761470a81545aa7545f745ff58240d5.tar.gz
frameworks_base-0c62b9f21761470a81545aa7545f745ff58240d5.tar.bz2
am f080ea0b: am 35e8b096: am 205840f0: am 097cf25e: am 857f8013: Merge "Fix ANR in print spooler." into lmp-dev
* commit 'f080ea0bb64f29fd0af7086b236351a74f7dd43e': Fix ANR in print spooler.
Diffstat (limited to 'packages')
-rw-r--r--packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java b/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java
index 6de19c9..aa42c75 100644
--- a/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java
+++ b/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java
@@ -2389,6 +2389,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat
if (tempFile != null) {
tempFile.delete();
}
+ mFileProvider.releaseFile();
}
}