K 10 svn:author V 6 alfred K 8 svn:date V 27 2013-10-17T12:19:36.024563Z K 7 svn:log V 358 Fix resource free. The order of releasing resources in mlxen was wrong, which caused panic on reload of the module. conf_ctx list should be released before stat_ctx list, otherwise the leafs in conf_ctx list won't be released because of the dependancy. The fix is to change the order of the releases. Submitted by: Shahar Klein (shahark at mellanox.com) END