aurum: fix using calloc instead of variable-sized array. 13/285413/2 accepted/tizen/unified/20221215.051045
authorHosang Kim <hosang12.kim@samsung.com>
Mon, 12 Dec 2022 09:04:11 +0000 (18:04 +0900)
committerkim hosang <hosang12.kim@samsung.com>
Tue, 13 Dec 2022 04:43:16 +0000 (04:43 +0000)
commit0f2e8dac34da4f1e5c4d6d0a3537226dd9e99f10
tree98c29f535543671fa1d6f578199a7ead14f516cd
parent0043c7bc6453bd5b66484f8ce8c30e453bbf4ec1
aurum: fix using calloc instead of variable-sized array.

C++ template doesn't support variable-sized array.

Change-Id: I57b3fd7e2a117ead55ac705b867144885433d938
org.tizen.aurum-bootstrap/src/Commands/TakeScreenshotCommand.cc