Merge "Fix crash in AgpsManager when accessing invalid pointer"
This commit is contained in:
commit
4f5eb8623b
1 changed files with 1 additions and 1 deletions
|
@ -2574,7 +2574,7 @@ void GnssAdapter::initAgpsCommand(const AgpsCbInfo& cbInfo){
|
||||||
|
|
||||||
/* Message to initialize AGPS module */
|
/* Message to initialize AGPS module */
|
||||||
struct AgpsMsgInit: public LocMsg {
|
struct AgpsMsgInit: public LocMsg {
|
||||||
const AgpsCbInfo& mCbInfo;
|
const AgpsCbInfo mCbInfo;
|
||||||
GnssAdapter& mAdapter;
|
GnssAdapter& mAdapter;
|
||||||
|
|
||||||
inline AgpsMsgInit(const AgpsCbInfo& cbInfo,
|
inline AgpsMsgInit(const AgpsCbInfo& cbInfo,
|
||||||
|
|
Loading…
Reference in a new issue