in indigo.js [2748:2754]
Indigo.prototype.disposeAll = function() {
if (this._sid >= 0 && this._lib != null) {
this._setSessionId();
this._lib.indigoFreeAllObjects();
this._sid = this._lib.indigoAllocSessionId();
}
};