Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4b107fa0 authored by Anton Utkin's avatar Anton Utkin Committed by Mikhail Naganov
Browse files

[media]: refactoring AudioSystem.cpp to C++ style

* goto operator is removed. In C++ there is no need
for goto usage, RAII idiom is the replacement for goto.

* C++ has smart pointers for automatic memory management.
There is no need for using calloc(), realloc().

Test: Every API was called from priv-app and
success operation result was returned

Merged-In: I6e61ba1cd8ce279a69389e7cc66f7961d92f8c35
Change-Id: I6e61ba1cd8ce279a69389e7cc66f7961d92f8c35
parent 5c22f17c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment