mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Android: Fixed a potential crash in IAP GetProductsInformationJob
This commit is contained in:
parent
4aad74d842
commit
58382a6576
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ struct InAppPurchases::Pimpl : private AsyncUpdater,
|
|||
const Callback& callbackToUse)
|
||||
: ThreadPoolJob ("GetProductsInformationJob"),
|
||||
owner (parent),
|
||||
packageName (LocalRef<jobject> (packageNameToUse.get())),
|
||||
packageName (LocalRef<jobject> (getEnv()->NewLocalRef (packageNameToUse.get()))),
|
||||
productIdentifiers (productIdentifiersToUse),
|
||||
callback (callbackToUse)
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue