Skip to content
Go back

memory leak

Published:  at  23:29
function Obj() {
  this.obj = null;
}

var obj1 = new Obj();
var obj2 = new Obj();

obj1.obj = obj2;
obj2.obj = obj1;


obj1.obj = null;
obj2.obj = null;

Suggest Changes

Previous Post
highlighter maker
Next Post
Git

Most Related Posts

  • LLM

    Published:  at  21:04

    LLM

  • low code

    Published:  at  20:30

    low code

  • Psychology

    Published:  at  19:27

    Psychology

  • dart

    Published:  at  13:03

    dart

  • baidu map

    Published:  at  23:29

    baidu map