!3865 修复PushOverrideSearchPath内存泄露
Merge pull request !3865 from duzhuolin/bugfix_Q19
This commit is contained in:
@ -3940,6 +3940,8 @@ void PushOverrideSearchPath(OverrideSearchPath* newpath, bool inProcedure)
|
||||
break;
|
||||
}
|
||||
}
|
||||
pfree_ext(rawname);
|
||||
list_free_ext(namelist);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user