1
1
Joshua Hursey 0a09f8bc51 coll/hcoll: Protect module destruct when not fully initialized
* If hcoll is given a negative priority, but not enabled=0 then
   the module is constructed, but then destructed before calling
   it's query(). So the previous pointers are not initialized.
   If we try to OBJ_RELEASE them in a debug build an assert will fire.
   This commit adds some protection against that and initializes
   the _module pointers to NULL.
2016-07-01 13:41:27 -05:00
..
2016-03-18 10:59:46 -06:00
2015-06-23 20:59:57 -07:00
2016-04-19 14:48:13 -06:00
2016-06-14 10:50:32 -05:00
2016-06-21 09:50:29 -06:00
2016-06-06 17:54:55 -06:00
2015-12-28 13:58:45 +09:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00