Bug 735958 - B2G 3G: Typo in datacall management causes leaks and inconsistent state. r=qDot

This commit is contained in:
Philipp von Weitershausen 2012-03-15 17:47:00 -07:00
parent 28e55ae9bd
commit a43b68d7e9

View File

@ -2046,7 +2046,7 @@ let Phone = {
datacall: currentDataCall});
}
} else {
delete this.currentCalls[currentDataCall.callIndex];
delete this.currentDataCalls[currentDataCall.callIndex];
currentDataCall.state = GECKO_NETWORK_STATE_DISCONNECTED;
this.sendDOMMessage({type: "datacallstatechange",
datacall: currentDataCall});