Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when the option_list is initially empty, its value doesn't need to be restored, as it'll be shallow-copied every time. Furthermore, the CREATE_INFO is allocated on the stack, so it's even wrong to restore it after its frame was left. followup for 3cd706b
- Loading branch information