OSDN Git Service

Don't try freeing resources on a different thread..
authornicolasroard <nicolasroard@google.com>
Tue, 2 Apr 2013 04:33:20 +0000 (21:33 -0700)
committernicolasroard <nicolasroard@google.com>
Tue, 2 Apr 2013 04:33:20 +0000 (21:33 -0700)
commit5bd6e14f2c2b06943fa542921241b79566b3c6e2
treed05d80579564c9079af73ae19bb9669b9c4d474e
parente7aa98e533531f5e82f5de37c24701bc44bc6cd1
Don't try freeing resources on a different thread..

This call to freeResources happens on the main thread.
It's also not really useful. The geometry instance
shouldn't be shared either.

bug:8522497
Change-Id: I7b144713428ab803b3640b3d8226fd862db824f4
src/com/android/gallery3d/filtershow/cache/CachingPipeline.java