Segfault in TeamChangedEvent on missing combobox
Ouverte
Bug
Client OGRE
- Langage dominant
- C++
- Étoiles
- 6
- Forks
- 4
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
There is a combo box defined as:
```
CEGUI::Combobox *playerTeam;
```
Which is then assigned to a value only in a conditional. This conditional might not get hit. And then all the instances below where playerTeam is accessed will segfault.
There should be an else statement to the 'if' at the top of TeamChangedEvent() to handle this case.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.