Fix #10610.
Added missing initializer for fContext in PackageInfoErrorListener whose absence was leading to crashes when generating the error string.
This commit is contained in:
parent
b3892782a6
commit
b7282c5f2e
@ -34,6 +34,7 @@ namespace {
|
||||
class PackageInfoErrorListener : public BPackageInfo::ParseErrorListener {
|
||||
public:
|
||||
PackageInfoErrorListener(const char* context)
|
||||
: fContext(context)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user