Merge "Fix leaks" into nyc-dev

am: ea8ee68507

* commit 'ea8ee685077c4fff18f6ac8e12b69d1d119a022d':
  Fix leaks

Change-Id: I5fffa584a7e265533c17b341636421ee99d4812c
This commit is contained in:
Jason Monk
2016-05-03 19:39:59 +00:00
committed by android-build-merger
3 changed files with 11 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ public class SuggestionsChecks {
private final Context mContext;
public SuggestionsChecks(Context context) {
mContext = context;
mContext = context.getApplicationContext();
}
public boolean isSuggestionComplete(Tile suggestion) {