summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'packages/PrintSpooler/src/com')
-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 56497d7..8728b87 100644
--- a/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java
+++ b/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java
@@ -2393,6 +2393,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat
if (tempFile != null) {
tempFile.delete();
}
+ mFileProvider.releaseFile();
}
}