Change-Id: I019e7d5e425aaa6e04c8585b9d2ba907fe4a53fb
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Name: capi-media-vision
Summary: Media Vision library for Tizen Native API
Version: 0.3.24
-Release: 5
+Release: 6
Group: Multimedia/Framework
License: Apache-2.0 and BSD-3-Clause
Source0: %{name}-%{version}.tar.gz
buf_size == 0)) {
PRINT_R("ERROR: Creating out image is impossible.");
+ if (locations != NULL)
+ free(locations);
+
+ if (labels != NULL)
+ free(labels);
+
+ if (confidences != NULL)
+ free(confidences);
+
return;
}