summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-02-25 17:18:51 -0800
committerRuben Brunk <rubenbrunk@google.com>2013-02-25 18:49:49 -0800
commit8ac3068ca4bacb43c17ed73e733f72909fe00245 (patch)
tree9777224958f32abc85b07ba17a524a722b5d9c24 /src
parentc9b633e7dd02f22de632823f7653a0e10b88321b (diff)
downloadandroid_packages_apps_Snap-8ac3068ca4bacb43c17ed73e733f72909fe00245.tar.gz
android_packages_apps_Snap-8ac3068ca4bacb43c17ed73e733f72909fe00245.tar.bz2
android_packages_apps_Snap-8ac3068ca4bacb43c17ed73e733f72909fe00245.zip
Fixed more of filtershows large bitmap reference leaks.
Bug: 8253109 Change-Id: Iaff381e759d02baae701a01d6c081c49f4b3c772
Diffstat (limited to 'src')
-rw-r--r--src/com/android/gallery3d/filtershow/presets/ImagePreset.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/presets/ImagePreset.java b/src/com/android/gallery3d/filtershow/presets/ImagePreset.java
index ae5a03414..fd5cd0d6f 100644
--- a/src/com/android/gallery3d/filtershow/presets/ImagePreset.java
+++ b/src/com/android/gallery3d/filtershow/presets/ImagePreset.java
@@ -22,7 +22,6 @@ import android.util.Log;
import com.android.gallery3d.filtershow.ImageStateAdapter;
import com.android.gallery3d.filtershow.cache.ImageLoader;
-import com.android.gallery3d.filtershow.filters.BaseFiltersManager;
import com.android.gallery3d.filtershow.filters.FilterRepresentation;
import com.android.gallery3d.filtershow.filters.FiltersManager;
import com.android.gallery3d.filtershow.filters.ImageFilter;