calaos / calaos_base

Calaos server
https://calaos.fr
GNU General Public License v3.0
160 stars 37 forks source link

Fix server crash on stop #100

Closed kamibo closed 9 years ago

kamibo commented 9 years ago

Prevent wrong order of static members deletion. As Input/Ouput signal is connected to ListeRule instance, ListeRoom instance must be destroyed before ListeRule instance. Otherwise it could cause memory fault.