개정판 72424099
Markus.ImageComparer/ImageComparerBase.cs Parallel.ForEach 제거
Change-Id: I2875826245d2ce1530ffb6ffe712615d17b4a36e
KCOM/PageManager/PageStorage.cs | ||
---|---|---|
130 | 130 |
{ |
131 | 131 |
System.Diagnostics.Debug.WriteLine("DownloadPagesAsync err", ex); |
132 | 132 |
} |
133 |
finally |
|
134 |
{ |
|
135 |
} |
|
136 |
|
|
137 |
|
|
133 | 138 |
} |
134 | 139 |
} |
135 | 140 |
} |
... | ... | |
139 | 144 |
} |
140 | 145 |
finally |
141 | 146 |
{ |
142 |
GC.Collect(); |
|
143 |
GC.WaitForPendingFinalizers(); |
|
144 |
GC.Collect(); |
|
147 |
|
|
145 | 148 |
} |
146 | 149 |
} |
147 | 150 |
|
... | ... | |
205 | 208 |
|
206 | 209 |
await client.DownloadFileTaskAsync(result.OriginalUri, downloadFilePath); |
207 | 210 |
|
211 |
GC.Collect(); |
|
212 |
GC.WaitForPendingFinalizers(); |
|
213 |
GC.Collect(); |
|
214 |
|
|
208 | 215 |
System.Diagnostics.Debug.WriteLine("Download : " + result.LocalFilePath); |
209 | 216 |
} |
210 | 217 |
} |
내보내기 Unified diff