| 2362 | |
| 2363 | |
| 2364 | void JBlob::cancel(CheckStatusWrapper* user_status) |
| 2365 | { |
| 2366 | freeEngineData(user_status); |
| 2367 | if (user_status->isEmpty()) |
| 2368 | release(); |
| 2369 | } |
| 2370 | |
| 2371 | |
| 2372 | void JBlob::freeEngineData(CheckStatusWrapper* user_status) |
no test coverage detected