From effd068cbb71336340ea849eb5422227bfa845b7 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Mon, 31 Jul 2017 10:57:07 +0900 Subject: [PATCH] Update cancel_all parameter Change-Id: I172db441b997fba30bc45767f27c676805c6e73f Signed-off-by: Minje Ahn --- src/thumbnail_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thumbnail_util.c b/src/thumbnail_util.c index 9e77856..bee3c6b 100755 --- a/src/thumbnail_util.c +++ b/src/thumbnail_util.c @@ -225,7 +225,7 @@ int thumbnail_util_cancel_all(thumbnail_h thumb) thumbnail_s *_thumb = (thumbnail_s *)thumb; if (_thumb != NULL) { - ret = thumbnail_request_cancel_all(true); + ret = thumbnail_request_cancel_all(); } else { thumbnail_util_error("INVALID_PARAMETER(0x%08x)", THUMBNAIL_UTIL_ERROR_INVALID_PARAMETER); ret = THUMBNAIL_UTIL_ERROR_INVALID_PARAMETER; -- 2.7.4