Don't leak URLFetcher
This commit is contained in:
parent
a5e2f8e79e
commit
44f8bfc550
2 changed files with 5 additions and 6 deletions
|
@ -45,6 +45,7 @@ class URLRequestFetchJob : public net::URLRequestJob,
|
|||
|
||||
private:
|
||||
GURL url_;
|
||||
scoped_ptr<net::URLFetcher> fetcher_;
|
||||
scoped_refptr<net::DrainableIOBuffer> buffer_;
|
||||
|
||||
base::WeakPtrFactory<URLRequestFetchJob> weak_ptr_factory_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue