39fab6f Fix memory context for a state member

1 file Authored by sbose 10 years ago, Committed by jhrozek 10 years ago,
    Fix memory context for a state member
    
    primary_name was allocated on a temporary memory context but as it is a
    member of the state struct it should belong to the memory context of the
    state.