common Scene: return FailedAllocation if it really failed at memory allocation.
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 17 Jun 2021 03:04:12 +0000 (12:04 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Mon, 21 Jun 2021 02:39:34 +0000 (11:39 +0900)
commit8eecf899ccb5c1d00c69c77ec8719dfdc2b49989
treef9173881e539cab54896cfd5d57e92bf062f8930
parent58798c6f9ab783257cf06a8a4468a7d6f5487399
common Scene: return FailedAllocation if it really failed at memory allocation.

Due to change of f0ecc67, the return type of reserve() is changed to bool,
which can return the result for the fail case.
src/lib/tvgScene.cpp