Fixed Crash where info->Filename is not allocated for a pud's info
This commit is contained in:
parent
5a73e6db0e
commit
9fd3664d9d
1 changed files with 2 additions and 0 deletions
|
@ -390,6 +390,8 @@ global MapInfo* GetPudInfo(const char* pud)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
info->Filename = strdup(pud);
|
||||
|
||||
//
|
||||
// Parse all sections.
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue