作者 邓超

x

@@ -129,6 +129,7 @@ class ImapClient { @@ -129,6 +129,7 @@ class ImapClient {
129 129
130 public function __destruct() 130 public function __destruct()
131 { 131 {
  132 + @fclose($this->socket);
132 unset($this->socket); 133 unset($this->socket);
133 // TODO: Implement __destruct() method. 134 // TODO: Implement __destruct() method.
134 } 135 }