1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-02 14:24:11 +01:00

Added fix for memory leak because of potential circular reference

This commit is contained in:
Patrick Cook 2012-08-15 23:31:14 -07:00
parent f6ffbc7e28
commit 854612a399

View File

@ -581,6 +581,7 @@ this.fnDestroy = function ( bRemove )
/* End it all */
oSettings = null;
oInit = null;
};