I am new to C++/stacko and want to principally:
Object one will be deleted automatically when it goes out of scope at the end bracket. You are already doing it. Be wary as if you create a pointer it will not be destructed when it goes out of scope. But your current code is working fine.
http://www.tutorialspoint.com/cplusplus/cpp_variable_scope.htm