Skip to content

Instantly share code, notes, and snippets.

@zachhilman
Created August 13, 2018 00:42
Show Gist options
  • Save zachhilman/aa4f5e952831424fdf3510deb42cf9ec to your computer and use it in GitHub Desktop.
Save zachhilman/aa4f5e952831424fdf3510deb42cf9ec to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
=================================================================
==4968==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 8192 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95848 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xee848)
#1 0x7f41316a970b (<unknown module>)
Direct leak of 3976 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4130fd3b7a in vmw_ioctl_init /home/zachhilman/mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c:1022
Direct leak of 256 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa95848 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xee848)
#1 0x7f413c6fd8ed (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x1d8ed)
Indirect leak of 17825792 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0d9c74 in std::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > > std::make_shared<std::vector<unsigned char, std::allocator<unsigned char> >, unsigned long const&>(unsigned long const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0d9c74 in Service::NS::PL_U::PL_U() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/pl_u.cpp:49
#3 0x55a29d0990c5 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NS::PL_U, std::allocator<Service::NS::PL_U>>(std::_Sp_make_shared_tag, Service::NS::PL_U*, std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/new:169
#4 0x55a29d0990c5 in std::__shared_ptr<Service::NS::PL_U, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NS::PL_U>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#5 0x55a29d0990c5 in std::shared_ptr<Service::NS::PL_U>::shared_ptr<std::allocator<Service::NS::PL_U>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#6 0x55a29d0990c5 in std::shared_ptr<Service::NS::PL_U> std::allocate_shared<Service::NS::PL_U, std::allocator<Service::NS::PL_U>>(std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#7 0x55a29d0990c5 in std::shared_ptr<Service::NS::PL_U> std::make_shared<Service::NS::PL_U>() /usr/include/c++/8/bits/shared_ptr.h:723
#8 0x55a29d0990c5 in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:458
Indirect leak of 73960 byte(s) in 164 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cbe47fb in boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> >::allocate(unsigned long) /home/zachhilman/CLionProjects/yuzu/externals/boost/boost/container/new_allocator.hpp:145
#2 0x55a29cbe47fb in boost::container::allocator_traits<boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> > >::priv_allocate(boost::move_detail::integral_constant<bool, false>, boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> >&, unsigned long, void const*) /home/zachhilman/CLionProjects/yuzu/externals/boost/boost/container/allocator_traits.hpp:386
#3 0x55a29cbe47fb in boost::container::allocator_traits<boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> > >::allocate(boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> >&, unsigned long, void const*) /home/zachhilman/CLionProjects/yuzu/externals/boost/boost/container/allocator_traits.hpp:309
#4 0x55a29cbe47fb in boost::container::vector<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase>, boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> > >::priv_reserve_no_capacity(unsigned long, boost::move_detail::integral_constant<unsigned int, 1u>) /home/zachhilman/CLionProjects/yuzu/externals/boost/boost/container/vector.hpp:2432
#5 0x55a29cbe47fb in boost::container::vector<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase>, boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> > >::reserve(unsigned long) /home/zachhilman/CLionProjects/yuzu/externals/boost/boost/container/vector.hpp:1452
#6 0x55a29cbe47fb in void boost::container::container_detail::flat_tree_reserve<boost::container::vector<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase>, boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> > > >(boost::container::vector<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase>, boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> > >&, boost::container::vector<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase>, boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> > >::size_type, boost::move_detail::bool_<true>) /home/zachhilman/CLionProjects/yuzu/externals/boost/boost/container/detail/flat_tree.hpp:276
#7 0x55a29cbe47fb in boost::container::container_detail::flat_tree<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase>, boost::container::container_detail::select1st<unsigned int>, std::less<unsigned int>, boost::container::new_allocator<boost::container::container_detail::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> > >::reserve(unsigned long) /home/zachhilman/CLionProjects/yuzu/externals/boost/boost/container/detail/flat_tree.hpp:1201
#8 0x55a29cbe47fb in boost::container::flat_map<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase, std::less<unsigned int>, boost::container::new_allocator<std::pair<unsigned int, Service::ServiceFrameworkBase::FunctionInfoBase> > >::reserve(unsigned long) /home/zachhilman/CLionProjects/yuzu/externals/boost/boost/container/flat_map.hpp:678
#9 0x55a29cbe47fb in Service::ServiceFrameworkBase::RegisterHandlersBase(Service::ServiceFrameworkBase::FunctionInfoBase const*, unsigned long) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/service.cpp:129
Indirect leak of 18368 byte(s) in 164 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cd6a0a4 in Kernel::ServerPort::CreatePortPair(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) /home/zachhilman/CLionProjects/yuzu/src/core/hle/kernel/server_port.cpp:41
Indirect leak of 17280 byte(s) in 60 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x55a29d360d1f in aes_ctx_alloc /home/zachhilman/CLionProjects/yuzu/externals/mbedtls/library/cipher_wrap.c:215
Indirect leak of 14848 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ca8c554 in __gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ca8c554 in std::allocator_traits<std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::allocate(std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ca8c554 in std::_Vector_base<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29ca8c554 in void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_realloc_insert<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) /usr/include/c++/8/bits/vector.tcc:427
#5 0x7f412b88097f (<unknown module>)
Indirect leak of 14440 byte(s) in 361 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1943b9 in __gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, false> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d1943b9 in std::allocator_traits<std::allocator<std::__detail::_Hash_node<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, false> > >::allocate(std::allocator<std::__detail::_Hash_node<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, false> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d1943b9 in std::__detail::_Hash_node<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, false>* std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, false> > >::_M_allocate_node<std::piecewise_construct_t const&, std::tuple<unsigned long const&>, std::tuple<> >(std::piecewise_construct_t const&, std::tuple<unsigned long const&>&&, std::tuple<>&&) /usr/include/c++/8/bits/hashtable_policy.h:2077
#4 0x55a29d1943b9 in std::__detail::_Map_base<unsigned long, std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, std::allocator<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping> >, std::__detail::_Select1st, std::equal_to<unsigned long>, std::hash<unsigned long>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true>, true>::operator[](unsigned long const&) /usr/include/c++/8/bits/hashtable_policy.h:711
#5 0x55a29d1943b9 in std::unordered_map<unsigned long, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping, std::hash<unsigned long>, std::equal_to<unsigned long>, std::allocator<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping> > >::operator[](unsigned long const&) /usr/include/c++/8/bits/unordered_map.h:977
#6 0x55a29d1943b9 in Service::Nvidia::Devices::nvhost_as_gpu::MapBufferEx(std::vector<unsigned char, std::allocator<unsigned char> > const&, std::vector<unsigned char, std::allocator<unsigned char> >&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp:142
#7 0xfe82543f5e9 (<unknown module>)
Indirect leak of 14400 byte(s) in 60 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb6529f in __gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb6529f in std::allocator_traits<std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::allocate(std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cb6529f in std::_Vector_base<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29cb6529f in void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_range_initialize<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, __gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::forward_iterator_tag) /usr/include/c++/8/bits/stl_vector.h:1461
#5 0x55a29cb6529f in void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_initialize_dispatch<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, __gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::__false_type) /usr/include/c++/8/bits/stl_vector.h:1437
#6 0x55a29cb6529f in std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::vector<__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, void>(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, __gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&) /usr/include/c++/8/bits/stl_vector.h:546
#7 0x55a29cb6529f in std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > FileUtil::SliceVector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, unsigned long, unsigned long) /home/zachhilman/CLionProjects/yuzu/src/./common/file_util.h:182
Indirect leak of 10136 byte(s) in 181 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1a6f3b in std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> std::make_shared<Service::Nvidia::Devices::nvmap::Object>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d1a6f3b in Service::Nvidia::Devices::nvmap::IocCreate(std::vector<unsigned char, std::allocator<unsigned char> > const&, std::vector<unsigned char, std::allocator<unsigned char> >&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/devices/nvmap.cpp:46
#3 0x55a29d1a880d in Service::Nvidia::Devices::nvmap::ioctl(Service::Nvidia::Devices::nvdevice::Ioctl, std::vector<unsigned char, std::allocator<unsigned char> > const&, std::vector<unsigned char, std::allocator<unsigned char> >&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/devices/nvmap.cpp:24
Indirect leak of 8478 byte(s) in 10 object(s) allocated from:
#0 0x7f414fa95c88 in realloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeec88)
#1 0x7f4148af8cfc (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2ecfc)
Indirect leak of 7424 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ca8c554 in __gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ca8c554 in std::allocator_traits<std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::allocate(std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ca8c554 in std::_Vector_base<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29ca8c554 in void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_realloc_insert<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) /usr/include/c++/8/bits/vector.tcc:427
#5 0x7f412b87f4df (<unknown module>)
Indirect leak of 6240 byte(s) in 60 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0bc67 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0bc67 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0bc67 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0bc67 in FileSys::PartitionFilesystem::PartitionFilesystem(std::shared_ptr<FileSys::VfsFile>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/partition_filesystem.cpp:68
Indirect leak of 5792 byte(s) in 181 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1a7a1c in __gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, false> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d1a7a1c in std::allocator_traits<std::allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, false> > >::allocate(std::allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, false> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d1a7a1c in std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, false>* std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, false> > >::_M_allocate_node<std::piecewise_construct_t const&, std::tuple<unsigned int const&>, std::tuple<> >(std::piecewise_construct_t const&, std::tuple<unsigned int const&>&&, std::tuple<>&&) /usr/include/c++/8/bits/hashtable_policy.h:2077
#4 0x55a29d1a7a1c in std::__detail::_Map_base<unsigned int, std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, std::allocator<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> > >, std::__detail::_Select1st, std::equal_to<unsigned int>, std::hash<unsigned int>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true>, true>::operator[](unsigned int const&) /usr/include/c++/8/bits/hashtable_policy.h:711
#5 0x55a29d1a7a1c in std::unordered_map<unsigned int, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object>, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> > > >::operator[](unsigned int const&) /usr/include/c++/8/bits/unordered_map.h:977
#6 0x55a29d1a7a1c in Service::Nvidia::Devices::nvmap::IocCreate(std::vector<unsigned char, std::allocator<unsigned char> > const&, std::vector<unsigned char, std::allocator<unsigned char> >&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/devices/nvmap.cpp:53
#7 0x55a29d1a880d in Service::Nvidia::Devices::nvmap::ioctl(Service::Nvidia::Devices::nvdevice::Ioctl, std::vector<unsigned char, std::allocator<unsigned char> > const&, std::vector<unsigned char, std::allocator<unsigned char> >&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/devices/nvmap.cpp:24
Indirect leak of 5672 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d197090 in std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, false> > >::_M_allocate_buckets(unsigned long) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d197090 in std::_Hashtable<unsigned long, std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, std::allocator<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping> >, std::__detail::_Select1st, std::equal_to<unsigned long>, std::hash<unsigned long>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true> >::_M_allocate_buckets(unsigned long) /usr/include/c++/8/bits/hashtable.h:366
#3 0x55a29d197090 in std::_Hashtable<unsigned long, std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, std::allocator<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping> >, std::__detail::_Select1st, std::equal_to<unsigned long>, std::hash<unsigned long>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true> >::_M_rehash_aux(unsigned long, std::integral_constant<bool, true>) /usr/include/c++/8/bits/hashtable.h:2107
#4 0x55a29d197090 in std::_Hashtable<unsigned long, std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, std::allocator<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping> >, std::__detail::_Select1st, std::equal_to<unsigned long>, std::hash<unsigned long>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true> >::_M_rehash(unsigned long, unsigned long const&) /usr/include/c++/8/bits/hashtable.h:2086
#5 0x55a29d197090 in std::_Hashtable<unsigned long, std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, std::allocator<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping> >, std::__detail::_Select1st, std::equal_to<unsigned long>, std::hash<unsigned long>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true> >::_M_insert_unique_node(unsigned long, unsigned long, std::__detail::_Hash_node<std::pair<unsigned long const, Service::Nvidia::Devices::nvhost_as_gpu::BufferMapping>, false>*, unsigned long) /usr/include/c++/8/bits/hashtable.h:1732
Indirect leak of 5376 byte(s) in 30 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0474d in __gnu_cxx::new_allocator<std::shared_ptr<FileSys::VfsFile> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0474d in std::allocator_traits<std::allocator<std::shared_ptr<FileSys::VfsFile> > >::allocate(std::allocator<std::shared_ptr<FileSys::VfsFile> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cb0474d in std::_Vector_base<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29cb0474d in void std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >::_M_realloc_insert<std::shared_ptr<FileSys::VfsFile> >(__gnu_cxx::__normal_iterator<std::shared_ptr<FileSys::VfsFile>*, std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > > >, std::shared_ptr<FileSys::VfsFile>&&) /usr/include/c++/8/bits/vector.tcc:427
Indirect leak of 5280 byte(s) in 30 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cd219d0 in std::_MakeUniq<Core::Crypto::CipherContext>::__single_object std::make_unique<Core::Crypto::CipherContext>() /usr/include/c++/8/bits/unique_ptr.h:831
#2 0x55a29cd219d0 in Core::Crypto::AESCipher<std::array<unsigned char, 16ul>, 16ul>::AESCipher(std::array<unsigned char, 16ul>, Core::Crypto::Mode) /home/zachhilman/CLionProjects/yuzu/src/core/crypto/aes_util.cpp:38
Indirect leak of 4408 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb4f411 in FileSys::RealVfsFilesystem::OpenFile(std::basic_string_view<char, std::char_traits<char> >, FileSys::Mode) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_real.cpp:81
Indirect leak of 3944 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb4cfcf in FileSys::RealVfsFilesystem::OpenDirectory(std::basic_string_view<char, std::char_traits<char> >, FileSys::Mode) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_real.cpp:138
#2 0xfe82570ff47 (<unknown module>)
Indirect leak of 3600 byte(s) in 30 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb1168c in std::__shared_ptr<FileSys::VectorVfsDirectory, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<FileSys::VectorVfsDirectory>, std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >, std::shared_ptr<FileSys::VectorVfsDirectory>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>(std::_Sp_make_shared_tag, std::allocator<FileSys::VectorVfsDirectory> const&, std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >&&, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >&&, std::shared_ptr<FileSys::VectorVfsDirectory>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb1168c in std::shared_ptr<FileSys::VectorVfsDirectory>::shared_ptr<std::allocator<FileSys::VectorVfsDirectory>, std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >, std::shared_ptr<FileSys::VectorVfsDirectory>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>(std::_Sp_make_shared_tag, std::allocator<FileSys::VectorVfsDirectory> const&, std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >&&, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >&&, std::shared_ptr<FileSys::VectorVfsDirectory>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&) /usr/include/c++/8/bits/shared_ptr.h:360
#3 0x55a29cb1168c in std::shared_ptr<FileSys::VectorVfsDirectory> std::allocate_shared<FileSys::VectorVfsDirectory, std::allocator<FileSys::VectorVfsDirectory>, std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >, std::shared_ptr<FileSys::VectorVfsDirectory>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>(std::allocator<FileSys::VectorVfsDirectory> const&, std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >&&, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >&&, std::shared_ptr<FileSys::VectorVfsDirectory>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&) /usr/include/c++/8/bits/shared_ptr.h:707
#4 0x55a29cb1168c in std::shared_ptr<FileSys::VectorVfsDirectory> std::make_shared<FileSys::VectorVfsDirectory, std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >, std::shared_ptr<FileSys::VectorVfsDirectory>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>(std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >&&, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >&&, std::shared_ptr<FileSys::VectorVfsDirectory>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&) /usr/include/c++/8/bits/shared_ptr.h:723
#5 0x55a29cb1168c in FileSys::ProcessDirectory(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:82
Indirect leak of 3480 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb1530e in std::shared_ptr<FileSys::VectorVfsDirectory> std::make_shared<FileSys::VectorVfsDirectory, std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >, std::shared_ptr<FileSys::VfsDirectory>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >&&, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >&&, std::shared_ptr<FileSys::VfsDirectory>&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb1530e in FileSys::ExtractRomFS(std::shared_ptr<FileSys::VfsFile>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:113
#3 0x7f412b880a6f (<unknown module>)
Indirect leak of 3120 byte(s) in 30 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29caf7f7c in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long const&, unsigned long const&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long const&, unsigned long const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29caf7f7c in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long const&, unsigned long const&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long const&, unsigned long const&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29caf7f7c in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long const&, unsigned long const&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long const&, unsigned long const&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29caf7f7c in FileSys::NCA::NCA(std::shared_ptr<FileSys::VfsFile>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/content_archive.cpp:270
#5 0x55a29cd3c392 in std::shared_ptr<FileSys::NCA> std::make_shared<FileSys::NCA, std::shared_ptr<FileSys::VfsFile> const&>(std::shared_ptr<FileSys::VfsFile> const&) /usr/include/c++/8/ext/new_allocator.h:136
#6 0x55a29cd3c392 in FileSys::XCI::AddNCAFromPartition(FileSys::XCIPartition) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/card_image.cpp:138
#7 0x55a29cd3efe4 in FileSys::XCI::XCI(std::shared_ptr<FileSys::VfsFile>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/card_image.cpp:43
Indirect leak of 3120 byte(s) in 30 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cd3dc7e in std::__shared_ptr<FileSys::OffsetVfsFile, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cd3dc7e in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&) /usr/include/c++/8/bits/shared_ptr.h:360
#3 0x55a29cd3dc7e in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&) /usr/include/c++/8/bits/shared_ptr.h:707
#4 0x55a29cd3dc7e in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&) /usr/include/c++/8/bits/shared_ptr.h:723
#5 0x55a29cd3dc7e in FileSys::XCI::XCI(std::shared_ptr<FileSys::VfsFile>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/card_image.cpp:29
Indirect leak of 3120 byte(s) in 30 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
Indirect leak of 3016 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x3fff (<unknown module>)
Indirect leak of 2696 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1a8c10 in std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, false> > >::_M_allocate_buckets(unsigned long) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d1a8c10 in std::_Hashtable<unsigned int, std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, std::allocator<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> > >, std::__detail::_Select1st, std::equal_to<unsigned int>, std::hash<unsigned int>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true> >::_M_allocate_buckets(unsigned long) /usr/include/c++/8/bits/hashtable.h:366
#3 0x55a29d1a8c10 in std::_Hashtable<unsigned int, std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, std::allocator<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> > >, std::__detail::_Select1st, std::equal_to<unsigned int>, std::hash<unsigned int>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true> >::_M_rehash_aux(unsigned long, std::integral_constant<bool, true>) /usr/include/c++/8/bits/hashtable.h:2107
#4 0x55a29d1a8c10 in std::_Hashtable<unsigned int, std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, std::allocator<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> > >, std::__detail::_Select1st, std::equal_to<unsigned int>, std::hash<unsigned int>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true> >::_M_rehash(unsigned long, unsigned long const&) /usr/include/c++/8/bits/hashtable.h:2086
#5 0x55a29d1a8c10 in std::_Hashtable<unsigned int, std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, std::allocator<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> > >, std::__detail::_Select1st, std::equal_to<unsigned int>, std::hash<unsigned int>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true> >::_M_insert_unique_node(unsigned long, unsigned long, std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvmap::Object> >, false>*, unsigned long) /usr/include/c++/8/bits/hashtable.h:1732
Indirect leak of 2320 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29caf5430 in std::shared_ptr<Core::Crypto::CTREncryptionLayer> std::make_shared<Core::Crypto::CTREncryptionLayer, std::shared_ptr<FileSys::VfsFile>, std::array<unsigned char, 16ul>&, unsigned long&>(std::shared_ptr<FileSys::VfsFile>&&, std::array<unsigned char, 16ul>&, unsigned long&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29caf5430 in FileSys::NCA::Decrypt(FileSys::NCASectionHeader, std::shared_ptr<FileSys::VfsFile>, unsigned long) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/content_archive.cpp:173
#3 0xfe82570fb53 (<unknown module>)
#4 0x7f412b87e5ff (<unknown module>)
Indirect leak of 2035 byte(s) in 28 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x7f414fab8357 (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x111357)
Indirect leak of 1110 byte(s) in 30 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x55a29cb401cf (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x54f1cf)
Indirect leak of 1073 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb40e8b in __gnu_cxx::new_allocator<char>::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb40e8b in std::allocator_traits<std::allocator<char> >::allocate(std::allocator<char>&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cb40e8b in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long) /usr/include/c++/8/bits/basic_string.tcc:153
#4 0x55a29cb40e8b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#5 0x55a29cb40e8b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct_aux<char*>(char*, char*, std::__false_type) /usr/include/c++/8/bits/basic_string.h:236
#6 0x55a29cb40e8b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*) /usr/include/c++/8/bits/basic_string.h:255
#7 0x55a29cb40e8b in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /usr/include/c++/8/bits/basic_string.h:440
#8 0x55a29cb40e8b in FileSys::OffsetVfsFile::GetName[abi:cxx11]() const /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_offset.cpp:18
#9 0x55a29e1bceff (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x1bcbeff)
#10 0x7f412b88023f (<unknown module>)
Indirect leak of 832 byte(s) in 26 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1bd1e6 in std::_MakeUniq<InputCommon::KeyButton>::__single_object std::make_unique<InputCommon::KeyButton, std::shared_ptr<InputCommon::KeyButtonList>&>(std::shared_ptr<InputCommon::KeyButtonList>&) /usr/include/c++/8/bits/unique_ptr.h:831
#2 0x55a29d1bd1e6 in InputCommon::Keyboard::Create(Common::ParamPackage const&) /home/zachhilman/CLionProjects/yuzu/src/input_common/keyboard.cpp:77
#3 0xfe825437953 (<unknown module>)
Indirect leak of 832 byte(s) in 26 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1bd3b1 in __gnu_cxx::new_allocator<std::_List_node<InputCommon::KeyButtonPair> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d1bd3b1 in std::allocator_traits<std::allocator<std::_List_node<InputCommon::KeyButtonPair> > >::allocate(std::allocator<std::_List_node<InputCommon::KeyButtonPair> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d1bd3b1 in std::__cxx11::_List_base<InputCommon::KeyButtonPair, std::allocator<InputCommon::KeyButtonPair> >::_M_get_node() /usr/include/c++/8/bits/stl_list.h:449
#4 0x55a29d1bd3b1 in std::_List_node<InputCommon::KeyButtonPair>* std::__cxx11::list<InputCommon::KeyButtonPair, std::allocator<InputCommon::KeyButtonPair> >::_M_create_node<InputCommon::KeyButtonPair>(InputCommon::KeyButtonPair&&) /usr/include/c++/8/bits/stl_list.h:641
#5 0x55a29d1bd3b1 in void std::__cxx11::list<InputCommon::KeyButtonPair, std::allocator<InputCommon::KeyButtonPair> >::_M_insert<InputCommon::KeyButtonPair>(std::_List_iterator<InputCommon::KeyButtonPair>, InputCommon::KeyButtonPair&&) /usr/include/c++/8/bits/stl_list.h:1902
#6 0x55a29d1bd3b1 in std::__cxx11::list<InputCommon::KeyButtonPair, std::allocator<InputCommon::KeyButtonPair> >::push_back(InputCommon::KeyButtonPair&&) /usr/include/c++/8/bits/stl_list.h:1224
#7 0x55a29d1bd3b1 in InputCommon::KeyButtonList::AddKeyButton(int, InputCommon::KeyButton*) /home/zachhilman/CLionProjects/yuzu/src/input_common/keyboard.cpp:40
#8 0x55a29d1bd3b1 in InputCommon::Keyboard::Create(Common::ParamPackage const&) /home/zachhilman/CLionProjects/yuzu/src/input_common/keyboard.cpp:78
#9 0xfe825437953 (<unknown module>)
Indirect leak of 808 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148af8acd in _dbus_mem_pool_alloc (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2eacd)
Indirect leak of 784 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0f8e0c in __gnu_cxx::new_allocator<Service::NVFlinger::BufferQueue::Buffer>::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0f8e0c in std::allocator_traits<std::allocator<Service::NVFlinger::BufferQueue::Buffer> >::allocate(std::allocator<Service::NVFlinger::BufferQueue::Buffer>&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d0f8e0c in std::_Vector_base<Service::NVFlinger::BufferQueue::Buffer, std::allocator<Service::NVFlinger::BufferQueue::Buffer> >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29d0f8e0c in void std::vector<Service::NVFlinger::BufferQueue::Buffer, std::allocator<Service::NVFlinger::BufferQueue::Buffer> >::_M_realloc_insert<Service::NVFlinger::BufferQueue::Buffer&>(__gnu_cxx::__normal_iterator<Service::NVFlinger::BufferQueue::Buffer*, std::vector<Service::NVFlinger::BufferQueue::Buffer, std::allocator<Service::NVFlinger::BufferQueue::Buffer> > >, Service::NVFlinger::BufferQueue::Buffer&) /usr/include/c++/8/bits/vector.tcc:427
#5 0x78047424651 (<unknown module>)
Indirect leak of 757 byte(s) in 23 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c9688fb in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long) /usr/include/c++/8/bits/basic_string.tcc:317
#2 0x55a29e1a3a20 (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x1bb2a20)
Indirect leak of 720 byte(s) in 9 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1827e7 in Kernel::Event::Create(Kernel::ResetType, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) /home/zachhilman/CLionProjects/yuzu/src/core/hle/kernel/event.cpp:17
Indirect leak of 696 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb4d039 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<FileSys::RealVfsDirectory*>(FileSys::RealVfsDirectory*) /usr/include/c++/8/bits/shared_ptr_base.h:609
#2 0x55a29cb4d039 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<FileSys::RealVfsDirectory*>(FileSys::RealVfsDirectory*, std::integral_constant<bool, false>) /usr/include/c++/8/bits/shared_ptr_base.h:620
#3 0x55a29cb4d039 in std::__shared_ptr<FileSys::RealVfsDirectory, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<FileSys::RealVfsDirectory, void>(FileSys::RealVfsDirectory*) /usr/include/c++/8/bits/shared_ptr_base.h:1107
#4 0x55a29cb4d039 in std::shared_ptr<FileSys::RealVfsDirectory>::shared_ptr<FileSys::RealVfsDirectory, void>(FileSys::RealVfsDirectory*) /usr/include/c++/8/bits/shared_ptr.h:139
#5 0x55a29cb4d039 in FileSys::RealVfsFilesystem::OpenDirectory(std::basic_string_view<char, std::char_traits<char> >, FileSys::Mode) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_real.cpp:138
#6 0xfe82570ff47 (<unknown module>)
Indirect leak of 696 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb4f489 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<FileSys::RealVfsFile*>(FileSys::RealVfsFile*) /usr/include/c++/8/bits/shared_ptr_base.h:609
#2 0x55a29cb4f489 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<FileSys::RealVfsFile*>(FileSys::RealVfsFile*, std::integral_constant<bool, false>) /usr/include/c++/8/bits/shared_ptr_base.h:620
#3 0x55a29cb4f489 in std::__shared_ptr<FileSys::RealVfsFile, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<FileSys::RealVfsFile, void>(FileSys::RealVfsFile*) /usr/include/c++/8/bits/shared_ptr_base.h:1107
#4 0x55a29cb4f489 in std::shared_ptr<FileSys::RealVfsFile>::shared_ptr<FileSys::RealVfsFile, void>(FileSys::RealVfsFile*) /usr/include/c++/8/bits/shared_ptr.h:139
#5 0x55a29cb4f489 in FileSys::RealVfsFilesystem::OpenFile(std::basic_string_view<char, std::char_traits<char> >, FileSys::Mode) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_real.cpp:81
Indirect leak of 696 byte(s) in 29 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb4efdc in std::shared_ptr<FileUtil::IOFile> std::make_shared<FileUtil::IOFile, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*&&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb4efdc in FileSys::RealVfsFilesystem::OpenFile(std::basic_string_view<char, std::char_traits<char> >, FileSys::Mode) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_real.cpp:77
Indirect leak of 528 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148ada5fd (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x105fd)
Indirect leak of 512 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ca8c554 in __gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ca8c554 in std::allocator_traits<std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::allocate(std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ca8c554 in std::_Vector_base<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29ca8c554 in void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_realloc_insert<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) /usr/include/c++/8/bits/vector.tcc:427
#5 0x7ffc24d7638f ([stack]+0x1e38f)
Indirect leak of 480 byte(s) in 30 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cd38ba5 in __gnu_cxx::new_allocator<unsigned char>::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cd38ba5 in std::allocator_traits<std::allocator<unsigned char> >::allocate(std::allocator<unsigned char>&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cd38ba5 in std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29cd38ba5 in std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_M_create_storage(unsigned long) /usr/include/c++/8/bits/stl_vector.h:311
#5 0x55a29cd38ba5 in std::_Vector_base<unsigned char, std::allocator<unsigned char> >::_Vector_base(unsigned long, std::allocator<unsigned char> const&) /usr/include/c++/8/bits/stl_vector.h:260
#6 0x55a29cd38ba5 in std::vector<unsigned char, std::allocator<unsigned char> >::vector(unsigned long, unsigned char const&, std::allocator<unsigned char> const&) /usr/include/c++/8/bits/stl_vector.h:429
#7 0x55a29cd38ba5 in Core::Crypto::CTREncryptionLayer::CTREncryptionLayer(std::shared_ptr<FileSys::VfsFile>, std::array<unsigned char, 16ul>, unsigned long) /home/zachhilman/CLionProjects/yuzu/src/core/crypto/ctr_encryption_layer.cpp:13
#8 0x55a29e214c67 (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x1c23c67)
Indirect leak of 480 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148ad79e7 (/lib/x86_64-linux-gnu/libdbus-1.so.3+0xd9e7)
#2 0x7ffffffff (<unknown module>)
Indirect leak of 480 byte(s) in 30 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb055cd in __gnu_cxx::new_allocator<std::shared_ptr<FileSys::VfsDirectory> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb055cd in std::allocator_traits<std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >::allocate(std::allocator<std::shared_ptr<FileSys::VfsDirectory> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cb055cd in std::_Vector_base<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29cb055cd in void std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >::_M_realloc_insert<std::shared_ptr<FileSys::VfsDirectory> >(__gnu_cxx::__normal_iterator<std::shared_ptr<FileSys::VfsDirectory>*, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > > >, std::shared_ptr<FileSys::VfsDirectory>&&) /usr/include/c++/8/bits/vector.tcc:427
Indirect leak of 464 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148af4b5f (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2ab5f)
Indirect leak of 448 byte(s) in 8 object(s) allocated from:
#0 0x7f414fa95848 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xee848)
#1 0x7f4148adf2dd in _dbus_credentials_new (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x152dd)
Indirect leak of 448 byte(s) in 7 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0f2e48 in __gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, true> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0f2e48 in std::allocator_traits<std::allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, true> > >::allocate(std::allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, true> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d0f2e48 in std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, true>* std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, true> > >::_M_allocate_node<std::piecewise_construct_t const&, std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&>, std::tuple<> >(std::piecewise_construct_t const&, std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&>&&, std::tuple<>&&) /usr/include/c++/8/bits/hashtable_policy.h:2077
#4 0x55a29d0f2e48 in std::__detail::_Map_base<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> > >, std::__detail::_Select1st, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<true, false, true>, true>::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) /usr/include/c++/8/bits/hashtable_policy.h:736
#5 0x55a29e2636ff (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x1c726ff)
Indirect leak of 400 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfc6e61 in std::shared_ptr<Service::HID::IAppletResource> std::make_shared<Service::HID::IAppletResource>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cfc6e61 in Service::HID::Hid::CreateAppletResource(Kernel::HLERequestContext&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/hid/hid.cpp:415
#3 0x55a29cf9d9d4 in Service::ServiceFramework<Service::HID::Hid>::Invoker(Service::ServiceFrameworkBase*, void (Service::ServiceFrameworkBase::*)(Kernel::HLERequestContext&), Kernel::HLERequestContext&) /home/zachhilman/CLionProjects/yuzu/src/./core/hle/service/service.h:179
Indirect leak of 352 byte(s) in 4 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148aedaba (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x23aba)
Indirect leak of 320 byte(s) in 8 object(s) allocated from:
#0 0x7f414fa95848 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xee848)
#1 0x7f4148afef01 (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x34f01)
Indirect leak of 320 byte(s) in 10 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1bd1e6 in std::_MakeUniq<InputCommon::KeyButton>::__single_object std::make_unique<InputCommon::KeyButton, std::shared_ptr<InputCommon::KeyButtonList>&>(std::shared_ptr<InputCommon::KeyButtonList>&) /usr/include/c++/8/bits/unique_ptr.h:831
#2 0x55a29d1bd1e6 in InputCommon::Keyboard::Create(Common::ParamPackage const&) /home/zachhilman/CLionProjects/yuzu/src/input_common/keyboard.cpp:77
#3 0xfe825437773 (<unknown module>)
Indirect leak of 320 byte(s) in 10 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1bd3b1 in __gnu_cxx::new_allocator<std::_List_node<InputCommon::KeyButtonPair> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d1bd3b1 in std::allocator_traits<std::allocator<std::_List_node<InputCommon::KeyButtonPair> > >::allocate(std::allocator<std::_List_node<InputCommon::KeyButtonPair> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d1bd3b1 in std::__cxx11::_List_base<InputCommon::KeyButtonPair, std::allocator<InputCommon::KeyButtonPair> >::_M_get_node() /usr/include/c++/8/bits/stl_list.h:449
#4 0x55a29d1bd3b1 in std::_List_node<InputCommon::KeyButtonPair>* std::__cxx11::list<InputCommon::KeyButtonPair, std::allocator<InputCommon::KeyButtonPair> >::_M_create_node<InputCommon::KeyButtonPair>(InputCommon::KeyButtonPair&&) /usr/include/c++/8/bits/stl_list.h:641
#5 0x55a29d1bd3b1 in void std::__cxx11::list<InputCommon::KeyButtonPair, std::allocator<InputCommon::KeyButtonPair> >::_M_insert<InputCommon::KeyButtonPair>(std::_List_iterator<InputCommon::KeyButtonPair>, InputCommon::KeyButtonPair&&) /usr/include/c++/8/bits/stl_list.h:1902
#6 0x55a29d1bd3b1 in std::__cxx11::list<InputCommon::KeyButtonPair, std::allocator<InputCommon::KeyButtonPair> >::push_back(InputCommon::KeyButtonPair&&) /usr/include/c++/8/bits/stl_list.h:1224
#7 0x55a29d1bd3b1 in InputCommon::KeyButtonList::AddKeyButton(int, InputCommon::KeyButton*) /home/zachhilman/CLionProjects/yuzu/src/input_common/keyboard.cpp:40
#8 0x55a29d1bd3b1 in InputCommon::Keyboard::Create(Common::ParamPackage const&) /home/zachhilman/CLionProjects/yuzu/src/input_common/keyboard.cpp:78
#9 0xfe825437773 (<unknown module>)
Indirect leak of 288 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d109028 in __gnu_cxx::new_allocator<Service::NVFlinger::Display>::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d109028 in std::allocator_traits<std::allocator<Service::NVFlinger::Display> >::allocate(std::allocator<Service::NVFlinger::Display>&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d109028 in std::_Vector_base<Service::NVFlinger::Display, std::allocator<Service::NVFlinger::Display> >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29d109028 in void std::vector<Service::NVFlinger::Display, std::allocator<Service::NVFlinger::Display> >::_M_realloc_insert<int, char const (&) [5]>(__gnu_cxx::__normal_iterator<Service::NVFlinger::Display*, std::vector<Service::NVFlinger::Display, std::allocator<Service::NVFlinger::Display> > >, int&&, char const (&) [5]) /usr/include/c++/8/bits/vector.tcc:427
Indirect leak of 256 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ca8c554 in __gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ca8c554 in std::allocator_traits<std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::allocate(std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ca8c554 in std::_Vector_base<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29ca8c554 in void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_realloc_insert<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) /usr/include/c++/8/bits/vector.tcc:427
#5 0x7ffc24d74eef ([stack]+0x1ceef)
Indirect leak of 224 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148af5abb in _dbus_hash_table_new (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2babb)
Indirect leak of 208 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x4a7bf (<unknown module>)
Indirect leak of 208 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1b10f (<unknown module>)
Indirect leak of 208 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xc2a3f (<unknown module>)
Indirect leak of 208 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x62d5f (<unknown module>)
Indirect leak of 208 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xd9b4f (<unknown module>)
Indirect leak of 208 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x9389f (<unknown module>)
Indirect leak of 208 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x7b2ff (<unknown module>)
Indirect leak of 208 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xabe3f (<unknown module>)
Indirect leak of 208 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xf20ef (<unknown module>)
Indirect leak of 208 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x336af (<unknown module>)
Indirect leak of 192 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0dfd3f in std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, true> > >::_M_allocate_buckets(unsigned long) /usr/include/c++/8/ext/new_allocator.h:111
Indirect leak of 192 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148aea69f in _dbus_message_loader_new (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2069f)
Indirect leak of 192 byte(s) in 4 object(s) allocated from:
#0 0x7f414fa95848 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xee848)
#1 0x7f4148aff021 (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x35021)
Indirect leak of 176 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc65bf7 in std::__shared_ptr<Service::VI::VI_M, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::VI::VI_M>, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::_Sp_make_shared_tag, std::allocator<Service::VI::VI_M> const&, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc65bf7 in std::shared_ptr<Service::VI::VI_M>::shared_ptr<std::allocator<Service::VI::VI_M>, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::_Sp_make_shared_tag, std::allocator<Service::VI::VI_M> const&, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr.h:360
#3 0x55a29cc65bf7 in std::shared_ptr<Service::VI::VI_M> std::allocate_shared<Service::VI::VI_M, std::allocator<Service::VI::VI_M>, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::allocator<Service::VI::VI_M> const&, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr.h:707
#4 0x55a29cc65bf7 in std::shared_ptr<Service::VI::VI_M> std::make_shared<Service::VI::VI_M, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr.h:723
#5 0x55a29cc65bf7 in Service::VI::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<Service::NVFlinger::NVFlinger>) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/vi/vi.cpp:998
Indirect leak of 176 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e84cb in std::shared_ptr<Service::Nvidia::NVDRV> std::make_shared<Service::Nvidia::NVDRV, std::shared_ptr<Service::Nvidia::Module>&, char const (&) [8]>(std::shared_ptr<Service::Nvidia::Module>&, char const (&) [8]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e84cb in Service::Nvidia::InstallInterfaces(Service::SM::ServiceManager&, Service::NVFlinger::NVFlinger&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:26
Indirect leak of 176 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e89af in std::shared_ptr<Service::Nvidia::NVDRV> std::make_shared<Service::Nvidia::NVDRV, std::shared_ptr<Service::Nvidia::Module>&, char const (&) [8]>(std::shared_ptr<Service::Nvidia::Module>&, char const (&) [8]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e89af in Service::Nvidia::InstallInterfaces(Service::SM::ServiceManager&, Service::NVFlinger::NVFlinger&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:27
Indirect leak of 176 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc666bf in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::VI::VI_U, std::allocator<Service::VI::VI_U>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc666bf in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::VI::VI_U, std::allocator<Service::VI::VI_U>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::VI::VI_U, std::allocator<Service::VI::VI_U>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cc666bf in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::VI::VI_U, std::allocator<Service::VI::VI_U>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::VI::VI_U, std::allocator<Service::VI::VI_U>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::VI::VI_U, std::allocator<Service::VI::VI_U>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cc666bf in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::VI::VI_U, std::allocator<Service::VI::VI_U>, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::_Sp_make_shared_tag, Service::VI::VI_U*, std::allocator<Service::VI::VI_U> const&, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cc666bf in std::__shared_ptr<Service::VI::VI_U, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::VI::VI_U>, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::_Sp_make_shared_tag, std::allocator<Service::VI::VI_U> const&, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cc666bf in std::shared_ptr<Service::VI::VI_U>::shared_ptr<std::allocator<Service::VI::VI_U>, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::_Sp_make_shared_tag, std::allocator<Service::VI::VI_U> const&, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cc666bf in std::shared_ptr<Service::VI::VI_U> std::allocate_shared<Service::VI::VI_U, std::allocator<Service::VI::VI_U>, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::allocator<Service::VI::VI_U> const&, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cc666bf in std::shared_ptr<Service::VI::VI_U> std::make_shared<Service::VI::VI_U, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cc666bf in Service::VI::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<Service::NVFlinger::NVFlinger>) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/vi/vi.cpp:1000
Indirect leak of 176 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf98608 in std::shared_ptr<Service::HID::Hid> std::make_shared<Service::HID::Hid>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf98608 in Service::HID::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/hid/hid.cpp:799
Indirect leak of 176 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc6615d in std::shared_ptr<Service::VI::VI_S> std::make_shared<Service::VI::VI_S, std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::shared_ptr<Service::VI::Module>&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc6615d in Service::VI::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<Service::NVFlinger::NVFlinger>) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/vi/vi.cpp:999
Indirect leak of 176 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e8e9b in std::shared_ptr<Service::Nvidia::NVDRV>::shared_ptr<std::allocator<Service::Nvidia::NVDRV>, std::shared_ptr<Service::Nvidia::Module>&, char const (&) [8]>(std::_Sp_make_shared_tag, std::allocator<Service::Nvidia::NVDRV> const&, std::shared_ptr<Service::Nvidia::Module>&, char const (&) [8]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e8e9b in std::shared_ptr<Service::Nvidia::NVDRV> std::allocate_shared<Service::Nvidia::NVDRV, std::allocator<Service::Nvidia::NVDRV>, std::shared_ptr<Service::Nvidia::Module>&, char const (&) [8]>(std::allocator<Service::Nvidia::NVDRV> const&, std::shared_ptr<Service::Nvidia::Module>&, char const (&) [8]) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29d0e8e9b in std::shared_ptr<Service::Nvidia::NVDRV> std::make_shared<Service::Nvidia::NVDRV, std::shared_ptr<Service::Nvidia::Module>&, char const (&) [8]>(std::shared_ptr<Service::Nvidia::Module>&, char const (&) [8]) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29d0e8e9b in Service::Nvidia::InstallInterfaces(Service::SM::ServiceManager&, Service::NVFlinger::NVFlinger&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:28
Indirect leak of 176 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e7fe9 in std::shared_ptr<Service::Nvidia::NVDRV> std::make_shared<Service::Nvidia::NVDRV, std::shared_ptr<Service::Nvidia::Module>&, char const (&) [6]>(std::shared_ptr<Service::Nvidia::Module>&, char const (&) [6]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e7fe9 in Service::Nvidia::InstallInterfaces(Service::SM::ServiceManager&, Service::NVFlinger::NVFlinger&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:25
Indirect leak of 168 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce85735 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutU, std::allocator<Service::Audio::AudOutU>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce85735 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutU, std::allocator<Service::Audio::AudOutU>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutU, std::allocator<Service::Audio::AudOutU>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ce85735 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutU, std::allocator<Service::Audio::AudOutU>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutU, std::allocator<Service::Audio::AudOutU>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutU, std::allocator<Service::Audio::AudOutU>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29ce85735 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Audio::AudOutU, std::allocator<Service::Audio::AudOutU>>(std::_Sp_make_shared_tag, Service::Audio::AudOutU*, std::allocator<Service::Audio::AudOutU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29ce85735 in std::__shared_ptr<Service::Audio::AudOutU, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Audio::AudOutU>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudOutU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29ce85735 in std::shared_ptr<Service::Audio::AudOutU>::shared_ptr<std::allocator<Service::Audio::AudOutU>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudOutU> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29ce85735 in std::shared_ptr<Service::Audio::AudOutU> std::allocate_shared<Service::Audio::AudOutU, std::allocator<Service::Audio::AudOutU>>(std::allocator<Service::Audio::AudOutU> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29ce85735 in std::shared_ptr<Service::Audio::AudOutU> std::make_shared<Service::Audio::AudOutU>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29ce85735 in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:24
Indirect leak of 168 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d098feb in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NS::PL_U, std::allocator<Service::NS::PL_U>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d098feb in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::PL_U, std::allocator<Service::NS::PL_U>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::PL_U, std::allocator<Service::NS::PL_U>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d098feb in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::PL_U, std::allocator<Service::NS::PL_U>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::PL_U, std::allocator<Service::NS::PL_U>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::PL_U, std::allocator<Service::NS::PL_U>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d098feb in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NS::PL_U, std::allocator<Service::NS::PL_U>>(std::_Sp_make_shared_tag, Service::NS::PL_U*, std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d098feb in std::__shared_ptr<Service::NS::PL_U, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NS::PL_U>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d098feb in std::shared_ptr<Service::NS::PL_U>::shared_ptr<std::allocator<Service::NS::PL_U>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d098feb in std::shared_ptr<Service::NS::PL_U> std::allocate_shared<Service::NS::PL_U, std::allocator<Service::NS::PL_U>>(std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d098feb in std::shared_ptr<Service::NS::PL_U> std::make_shared<Service::NS::PL_U>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d098feb in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:458
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d10f24b in std::shared_ptr<Service::PCTL::PCTL> std::make_shared<Service::PCTL::PCTL, std::shared_ptr<Service::PCTL::Module>&, char const (&) [7]>(std::shared_ptr<Service::PCTL::Module>&, char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d10f24b in Service::PCTL::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pctl/module.cpp:141
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d10fc0e in std::shared_ptr<Service::PCTL::PCTL> std::make_shared<Service::PCTL::PCTL, std::shared_ptr<Service::PCTL::Module>&, char const (&) [7]>(std::shared_ptr<Service::PCTL::Module>&, char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d10fc0e in Service::PCTL::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pctl/module.cpp:143
Indirect leak of 160 byte(s) in 4 object(s) allocated from:
#0 0x7f414fa95848 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xee848)
#1 0x7f4148afeeaa (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x34eaa)
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf86bf6 in std::shared_ptr<Service::Friend::Friend> std::make_shared<Service::Friend::Friend, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]>(std::shared_ptr<Service::Friend::Module>&, char const (&) [9]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf86bf6 in Service::Friend::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/friend/friend.cpp:127
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf24be9 in std::shared_ptr<Service::Fatal::Fatal_U> std::make_shared<Service::Fatal::Fatal_U, std::shared_ptr<Service::Fatal::Module>&>(std::shared_ptr<Service::Fatal::Module>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf24be9 in Service::Fatal::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/fatal/fatal.cpp:33
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cefafbb in std::shared_ptr<Service::BCAT::BCAT> std::make_shared<Service::BCAT::BCAT, std::shared_ptr<Service::BCAT::Module>&, char const (&) [7]>(std::shared_ptr<Service::BCAT::Module>&, char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cefafbb in Service::BCAT::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/bcat/module.cpp:48
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d10ed6a in std::shared_ptr<Service::PCTL::PCTL> std::make_shared<Service::PCTL::PCTL, std::shared_ptr<Service::PCTL::Module>&, char const (&) [5]>(std::shared_ptr<Service::PCTL::Module>&, char const (&) [5]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d10ed6a in Service::PCTL::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pctl/module.cpp:140
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d10f72e in std::shared_ptr<Service::PCTL::PCTL> std::make_shared<Service::PCTL::PCTL, std::shared_ptr<Service::PCTL::Module>&, char const (&) [7]>(std::shared_ptr<Service::PCTL::Module>&, char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d10f72e in Service::PCTL::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pctl/module.cpp:142
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cda3686 in std::shared_ptr<Service::Account::ACC_U1> std::make_shared<Service::Account::ACC_U1, std::shared_ptr<Service::Account::Module>&>(std::shared_ptr<Service::Account::Module>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cda3686 in Service::Account::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/acc/acc.cpp:212
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cda31a8 in std::shared_ptr<Service::Account::ACC_U0> std::make_shared<Service::Account::ACC_U0, std::shared_ptr<Service::Account::Module>&>(std::shared_ptr<Service::Account::Module>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cda31a8 in Service::Account::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/acc/acc.cpp:211
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cdd2e8a in std::shared_ptr<Service::AM::AppletAE> std::make_shared<Service::AM::AppletAE, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cdd2e8a in Service::AM::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<Service::NVFlinger::NVFlinger>) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/am/am.cpp:701
#3 0x7ffc24d76eaf ([stack]+0x1eeaf)
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc0c0d9 in std::shared_ptr<Service::SPL::SPL> std::make_shared<Service::SPL::SPL, std::shared_ptr<Service::SPL::Module>&>(std::shared_ptr<Service::SPL::Module>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc0c0d9 in Service::SPL::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/spl/module.cpp:37
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cefaada in std::shared_ptr<Service::BCAT::BCAT> std::make_shared<Service::BCAT::BCAT, std::shared_ptr<Service::BCAT::Module>&, char const (&) [7]>(std::shared_ptr<Service::BCAT::Module>&, char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cefaada in Service::BCAT::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/bcat/module.cpp:47
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce69687 in std::shared_ptr<Service::APM::APM> std::make_shared<Service::APM::APM, std::shared_ptr<Service::APM::Module>&, char const (&) [4]>(std::shared_ptr<Service::APM::Module>&, char const (&) [4]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce69687 in Service::APM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/apm/apm.cpp:14
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc0bbf9 in std::shared_ptr<Service::SPL::CSRNG> std::make_shared<Service::SPL::CSRNG, std::shared_ptr<Service::SPL::Module>&>(std::shared_ptr<Service::SPL::Module>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc0bbf9 in Service::SPL::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/spl/module.cpp:36
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf86233 in std::shared_ptr<Service::Friend::Friend> std::make_shared<Service::Friend::Friend, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]>(std::shared_ptr<Service::Friend::Module>&, char const (&) [9]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf86233 in Service::Friend::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/friend/friend.cpp:125
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce69b67 in std::shared_ptr<Service::APM::APM> std::make_shared<Service::APM::APM, std::shared_ptr<Service::APM::Module>&, char const (&) [6]>(std::shared_ptr<Service::APM::Module>&, char const (&) [6]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce69b67 in Service::APM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/apm/apm.cpp:15
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cefb97e in std::shared_ptr<Service::BCAT::BCAT> std::make_shared<Service::BCAT::BCAT, std::shared_ptr<Service::BCAT::Module>&, char const (&) [7]>(std::shared_ptr<Service::BCAT::Module>&, char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cefb97e in Service::BCAT::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/bcat/module.cpp:50
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf8586b in std::shared_ptr<Service::Friend::Friend> std::make_shared<Service::Friend::Friend, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]>(std::shared_ptr<Service::Friend::Module>&, char const (&) [9]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf8586b in Service::Friend::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/friend/friend.cpp:123
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc23c56 in std::shared_ptr<Service::Time::Time> std::make_shared<Service::Time::Time, std::shared_ptr<Service::Time::Module>&, char const (&) [7]>(std::shared_ptr<Service::Time::Module>&, char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc23c56 in Service::Time::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/time/time.cpp:216
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc23773 in std::shared_ptr<Service::Time::Time> std::make_shared<Service::Time::Time, std::shared_ptr<Service::Time::Module>&, char const (&) [7]>(std::shared_ptr<Service::Time::Module>&, char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc23773 in Service::Time::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/time/time.cpp:215
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cefb49e in std::shared_ptr<Service::BCAT::BCAT> std::make_shared<Service::BCAT::BCAT, std::shared_ptr<Service::BCAT::Module>&, char const (&) [7]>(std::shared_ptr<Service::BCAT::Module>&, char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cefb49e in Service::BCAT::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/bcat/module.cpp:49
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cdd32ca in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::AM::AppletOE, std::allocator<Service::AM::AppletOE>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cdd32ca in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::AppletOE, std::allocator<Service::AM::AppletOE>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::AppletOE, std::allocator<Service::AM::AppletOE>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cdd32ca in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::AppletOE, std::allocator<Service::AM::AppletOE>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::AppletOE, std::allocator<Service::AM::AppletOE>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::AppletOE, std::allocator<Service::AM::AppletOE>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cdd32ca in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::AM::AppletOE, std::allocator<Service::AM::AppletOE>, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::_Sp_make_shared_tag, Service::AM::AppletOE*, std::allocator<Service::AM::AppletOE> const&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cdd32ca in std::__shared_ptr<Service::AM::AppletOE, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::AM::AppletOE>, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::_Sp_make_shared_tag, std::allocator<Service::AM::AppletOE> const&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cdd32ca in std::shared_ptr<Service::AM::AppletOE>::shared_ptr<std::allocator<Service::AM::AppletOE>, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::_Sp_make_shared_tag, std::allocator<Service::AM::AppletOE> const&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cdd32ca in std::shared_ptr<Service::AM::AppletOE> std::allocate_shared<Service::AM::AppletOE, std::allocator<Service::AM::AppletOE>, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::allocator<Service::AM::AppletOE> const&, std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cdd32ca in std::shared_ptr<Service::AM::AppletOE> std::make_shared<Service::AM::AppletOE, std::shared_ptr<Service::NVFlinger::NVFlinger>&>(std::shared_ptr<Service::NVFlinger::NVFlinger>&) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cdd32ca in Service::AM::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<Service::NVFlinger::NVFlinger>) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/am/am.cpp:702
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf24709 in std::shared_ptr<Service::Fatal::Fatal_P> std::make_shared<Service::Fatal::Fatal_P, std::shared_ptr<Service::Fatal::Module>&>(std::shared_ptr<Service::Fatal::Module>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf24709 in Service::Fatal::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/fatal/fatal.cpp:32
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cda2ccb in std::shared_ptr<Service::Account::ACC_SU> std::make_shared<Service::Account::ACC_SU, std::shared_ptr<Service::Account::Module>&>(std::shared_ptr<Service::Account::Module>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cda2ccb in Service::Account::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/acc/acc.cpp:210
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc24136 in std::shared_ptr<Service::Time::Time> std::make_shared<Service::Time::Time, std::shared_ptr<Service::Time::Module>&, char const (&) [7]>(std::shared_ptr<Service::Time::Module>&, char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc24136 in Service::Time::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/time/time.cpp:217
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf86716 in std::shared_ptr<Service::Friend::Friend> std::make_shared<Service::Friend::Friend, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]>(std::shared_ptr<Service::Friend::Module>&, char const (&) [9]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf86716 in Service::Friend::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/friend/friend.cpp:126
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d037c51 in std::shared_ptr<Service::NFP::NFP_User> std::make_shared<Service::NFP::NFP_User, std::shared_ptr<Service::NFP::Module>&>(std::shared_ptr<Service::NFP::Module>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d037c51 in Service::NFP::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nfp/nfp.cpp:159
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf85d4e in std::__shared_ptr<Service::Friend::Friend, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Friend::Friend>, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]>(std::_Sp_make_shared_tag, std::allocator<Service::Friend::Friend> const&, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf85d4e in std::shared_ptr<Service::Friend::Friend>::shared_ptr<std::allocator<Service::Friend::Friend>, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]>(std::_Sp_make_shared_tag, std::allocator<Service::Friend::Friend> const&, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]) /usr/include/c++/8/bits/shared_ptr.h:360
#3 0x55a29cf85d4e in std::shared_ptr<Service::Friend::Friend> std::allocate_shared<Service::Friend::Friend, std::allocator<Service::Friend::Friend>, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]>(std::allocator<Service::Friend::Friend> const&, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]) /usr/include/c++/8/bits/shared_ptr.h:707
#4 0x55a29cf85d4e in std::shared_ptr<Service::Friend::Friend> std::make_shared<Service::Friend::Friend, std::shared_ptr<Service::Friend::Module>&, char const (&) [9]>(std::shared_ptr<Service::Friend::Module>&, char const (&) [9]) /usr/include/c++/8/bits/shared_ptr.h:723
#5 0x55a29cf85d4e in Service::Friend::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/friend/friend.cpp:124
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d015398 in std::shared_ptr<Service::MM::MM_U> std::make_shared<Service::MM::MM_U>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d015398 in Service::MM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/mm/mm_u.cpp:13
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf3b430 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_SRV, std::allocator<Service::FileSystem::FSP_SRV>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf3b430 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_SRV, std::allocator<Service::FileSystem::FSP_SRV>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_SRV, std::allocator<Service::FileSystem::FSP_SRV>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf3b430 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_SRV, std::allocator<Service::FileSystem::FSP_SRV>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_SRV, std::allocator<Service::FileSystem::FSP_SRV>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_SRV, std::allocator<Service::FileSystem::FSP_SRV>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf3b430 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::FileSystem::FSP_SRV, std::allocator<Service::FileSystem::FSP_SRV>>(std::_Sp_make_shared_tag, Service::FileSystem::FSP_SRV*, std::allocator<Service::FileSystem::FSP_SRV> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf3b430 in std::__shared_ptr<Service::FileSystem::FSP_SRV, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::FileSystem::FSP_SRV>>(std::_Sp_make_shared_tag, std::allocator<Service::FileSystem::FSP_SRV> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf3b430 in std::shared_ptr<Service::FileSystem::FSP_SRV>::shared_ptr<std::allocator<Service::FileSystem::FSP_SRV>>(std::_Sp_make_shared_tag, std::allocator<Service::FileSystem::FSP_SRV> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf3b430 in std::shared_ptr<Service::FileSystem::FSP_SRV> std::allocate_shared<Service::FileSystem::FSP_SRV, std::allocator<Service::FileSystem::FSP_SRV>>(std::allocator<Service::FileSystem::FSP_SRV> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf3b430 in std::shared_ptr<Service::FileSystem::FSP_SRV> std::make_shared<Service::FileSystem::FSP_SRV>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf3b430 in Service::FileSystem::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<FileSys::VfsFilesystem> const&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/filesystem/filesystem.cpp:305
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 160 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cda27eb in std::shared_ptr<Service::Account::ACC_AA> std::make_shared<Service::Account::ACC_AA, std::shared_ptr<Service::Account::Module>&>(std::shared_ptr<Service::Account::Module>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cda27eb in Service::Account::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/acc/acc.cpp:209
Indirect leak of 152 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfd0b18 in std::shared_ptr<Service::LBL::LBL> std::make_shared<Service::LBL::LBL>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cfd0b18 in Service::LBL::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/lbl/lbl.cpp:87
Indirect leak of 152 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc0396c in std::shared_ptr<Service::Sockets::BSD> std::make_shared<Service::Sockets::BSD, char const (&) [6]>(char const (&) [6]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc0396c in Service::Sockets::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/sockets/sockets.cpp:15
Indirect leak of 152 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb4fd6d in FileSys::RealVfsFilesystem::OpenFile(std::basic_string_view<char, std::char_traits<char> >, FileSys::Mode) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_real.cpp:70
Indirect leak of 152 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cbf32fc in std::shared_ptr<Service::Set::SET_SYS> std::make_shared<Service::Set::SET_SYS>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cbf32fc in Service::Set::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/set/settings.cpp:17
Indirect leak of 152 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc035d4 in std::shared_ptr<Service::Sockets::BSD> std::make_shared<Service::Sockets::BSD, char const (&) [6]>(char const (&) [6]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc035d4 in Service::Sockets::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/sockets/sockets.cpp:14
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce85ac2 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInA, std::allocator<Service::Audio::AudInA>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce85ac2 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInA, std::allocator<Service::Audio::AudInA>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInA, std::allocator<Service::Audio::AudInA>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ce85ac2 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInA, std::allocator<Service::Audio::AudInA>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInA, std::allocator<Service::Audio::AudInA>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInA, std::allocator<Service::Audio::AudInA>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29ce85ac2 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Audio::AudInA, std::allocator<Service::Audio::AudInA>>(std::_Sp_make_shared_tag, Service::Audio::AudInA*, std::allocator<Service::Audio::AudInA> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29ce85ac2 in std::__shared_ptr<Service::Audio::AudInA, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Audio::AudInA>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudInA> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29ce85ac2 in std::shared_ptr<Service::Audio::AudInA>::shared_ptr<std::allocator<Service::Audio::AudInA>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudInA> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29ce85ac2 in std::shared_ptr<Service::Audio::AudInA> std::allocate_shared<Service::Audio::AudInA, std::allocator<Service::Audio::AudInA>>(std::allocator<Service::Audio::AudInA> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29ce85ac2 in std::shared_ptr<Service::Audio::AudInA> std::make_shared<Service::Audio::AudInA>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29ce85ac2 in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:25
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc03cff in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::BSDCFG, std::allocator<Service::Sockets::BSDCFG>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc03cff in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::BSDCFG, std::allocator<Service::Sockets::BSDCFG>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::BSDCFG, std::allocator<Service::Sockets::BSDCFG>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cc03cff in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::BSDCFG, std::allocator<Service::Sockets::BSDCFG>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::BSDCFG, std::allocator<Service::Sockets::BSDCFG>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::BSDCFG, std::allocator<Service::Sockets::BSDCFG>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cc03cff in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Sockets::BSDCFG, std::allocator<Service::Sockets::BSDCFG>>(std::_Sp_make_shared_tag, Service::Sockets::BSDCFG*, std::allocator<Service::Sockets::BSDCFG> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cc03cff in std::__shared_ptr<Service::Sockets::BSDCFG, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Sockets::BSDCFG>>(std::_Sp_make_shared_tag, std::allocator<Service::Sockets::BSDCFG> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cc03cff in std::shared_ptr<Service::Sockets::BSDCFG>::shared_ptr<std::allocator<Service::Sockets::BSDCFG>>(std::_Sp_make_shared_tag, std::allocator<Service::Sockets::BSDCFG> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cc03cff in std::shared_ptr<Service::Sockets::BSDCFG> std::allocate_shared<Service::Sockets::BSDCFG, std::allocator<Service::Sockets::BSDCFG>>(std::allocator<Service::Sockets::BSDCFG> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cc03cff in std::shared_ptr<Service::Sockets::BSDCFG> std::make_shared<Service::Sockets::BSDCFG>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cc03cff in Service::Sockets::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/sockets/sockets.cpp:16
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf14b35 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_C, std::allocator<Service::Capture::CAPS_C>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf14b35 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_C, std::allocator<Service::Capture::CAPS_C>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_C, std::allocator<Service::Capture::CAPS_C>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf14b35 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_C, std::allocator<Service::Capture::CAPS_C>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_C, std::allocator<Service::Capture::CAPS_C>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_C, std::allocator<Service::Capture::CAPS_C>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf14b35 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Capture::CAPS_C, std::allocator<Service::Capture::CAPS_C>>(std::_Sp_make_shared_tag, Service::Capture::CAPS_C*, std::allocator<Service::Capture::CAPS_C> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf14b35 in std::__shared_ptr<Service::Capture::CAPS_C, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Capture::CAPS_C>>(std::_Sp_make_shared_tag, std::allocator<Service::Capture::CAPS_C> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf14b35 in std::shared_ptr<Service::Capture::CAPS_C>::shared_ptr<std::allocator<Service::Capture::CAPS_C>>(std::_Sp_make_shared_tag, std::allocator<Service::Capture::CAPS_C> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf14b35 in std::shared_ptr<Service::Capture::CAPS_C> std::allocate_shared<Service::Capture::CAPS_C, std::allocator<Service::Capture::CAPS_C>>(std::allocator<Service::Capture::CAPS_C> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf14b35 in std::shared_ptr<Service::Capture::CAPS_C> std::make_shared<Service::Capture::CAPS_C>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf14b35 in Service::Capture::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/caps/caps.cpp:145
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce86c6a in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenU, std::allocator<Service::Audio::AudRenU>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce86c6a in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenU, std::allocator<Service::Audio::AudRenU>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenU, std::allocator<Service::Audio::AudRenU>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ce86c6a in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenU, std::allocator<Service::Audio::AudRenU>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenU, std::allocator<Service::Audio::AudRenU>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenU, std::allocator<Service::Audio::AudRenU>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29ce86c6a in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Audio::AudRenU, std::allocator<Service::Audio::AudRenU>>(std::_Sp_make_shared_tag, Service::Audio::AudRenU*, std::allocator<Service::Audio::AudRenU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29ce86c6a in std::__shared_ptr<Service::Audio::AudRenU, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Audio::AudRenU>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudRenU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29ce86c6a in std::shared_ptr<Service::Audio::AudRenU>::shared_ptr<std::allocator<Service::Audio::AudRenU>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudRenU> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29ce86c6a in std::shared_ptr<Service::Audio::AudRenU> std::allocate_shared<Service::Audio::AudRenU, std::allocator<Service::Audio::AudRenU>>(std::allocator<Service::Audio::AudRenU> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29ce86c6a in std::shared_ptr<Service::Audio::AudRenU> std::make_shared<Service::Audio::AudRenU>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29ce86c6a in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:30
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf152e1 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SS, std::allocator<Service::Capture::CAPS_SS>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf152e1 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SS, std::allocator<Service::Capture::CAPS_SS>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SS, std::allocator<Service::Capture::CAPS_SS>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf152e1 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SS, std::allocator<Service::Capture::CAPS_SS>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SS, std::allocator<Service::Capture::CAPS_SS>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SS, std::allocator<Service::Capture::CAPS_SS>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf152e1 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Capture::CAPS_SS, std::allocator<Service::Capture::CAPS_SS>>(std::_Sp_make_shared_tag, Service::Capture::CAPS_SS*, std::allocator<Service::Capture::CAPS_SS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf152e1 in std::__shared_ptr<Service::Capture::CAPS_SS, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Capture::CAPS_SS>>(std::_Sp_make_shared_tag, std::allocator<Service::Capture::CAPS_SS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf152e1 in std::shared_ptr<Service::Capture::CAPS_SS>::shared_ptr<std::allocator<Service::Capture::CAPS_SS>>(std::_Sp_make_shared_tag, std::allocator<Service::Capture::CAPS_SS> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf152e1 in std::shared_ptr<Service::Capture::CAPS_SS> std::allocate_shared<Service::Capture::CAPS_SS, std::allocator<Service::Capture::CAPS_SS>>(std::allocator<Service::Capture::CAPS_SS> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf152e1 in std::shared_ptr<Service::Capture::CAPS_SS> std::make_shared<Service::Capture::CAPS_SS>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf152e1 in Service::Capture::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/caps/caps.cpp:147
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc5291f in std::shared_ptr<Service::USB::USB_DS> std::make_shared<Service::USB::USB_DS>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc5291f in Service::USB::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/usb/usb.cpp:231
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfebd65 in std::shared_ptr<Service::LDR::DebugMonitor> std::make_shared<Service::LDR::DebugMonitor>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cfebd65 in Service::LDR::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ldr/ldr.cpp:75
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfec8cd in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::LDR::RelocatableObject, std::allocator<Service::LDR::RelocatableObject>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cfec8cd in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::RelocatableObject, std::allocator<Service::LDR::RelocatableObject>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::RelocatableObject, std::allocator<Service::LDR::RelocatableObject>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cfec8cd in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::RelocatableObject, std::allocator<Service::LDR::RelocatableObject>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::RelocatableObject, std::allocator<Service::LDR::RelocatableObject>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::RelocatableObject, std::allocator<Service::LDR::RelocatableObject>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cfec8cd in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::LDR::RelocatableObject, std::allocator<Service::LDR::RelocatableObject>>(std::_Sp_make_shared_tag, Service::LDR::RelocatableObject*, std::allocator<Service::LDR::RelocatableObject> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cfec8cd in std::__shared_ptr<Service::LDR::RelocatableObject, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::LDR::RelocatableObject>>(std::_Sp_make_shared_tag, std::allocator<Service::LDR::RelocatableObject> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cfec8cd in std::shared_ptr<Service::LDR::RelocatableObject>::shared_ptr<std::allocator<Service::LDR::RelocatableObject>>(std::_Sp_make_shared_tag, std::allocator<Service::LDR::RelocatableObject> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cfec8cd in std::shared_ptr<Service::LDR::RelocatableObject> std::allocate_shared<Service::LDR::RelocatableObject, std::allocator<Service::LDR::RelocatableObject>>(std::allocator<Service::LDR::RelocatableObject> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cfec8cd in std::shared_ptr<Service::LDR::RelocatableObject> std::make_shared<Service::LDR::RelocatableObject>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cfec8cd in Service::LDR::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ldr/ldr.cpp:78
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf06be3 in std::shared_ptr<Service::BPC::BPC_R> std::make_shared<Service::BPC::BPC_R>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf06be3 in Service::BPC::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/bpc/bpc.cpp:54
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfd8acd in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNU, std::allocator<Service::LDN::LDNU>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cfd8acd in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNU, std::allocator<Service::LDN::LDNU>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNU, std::allocator<Service::LDN::LDNU>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cfd8acd in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNU, std::allocator<Service::LDN::LDNU>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNU, std::allocator<Service::LDN::LDNU>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNU, std::allocator<Service::LDN::LDNU>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cfd8acd in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::LDN::LDNU, std::allocator<Service::LDN::LDNU>>(std::_Sp_make_shared_tag, Service::LDN::LDNU*, std::allocator<Service::LDN::LDNU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cfd8acd in std::__shared_ptr<Service::LDN::LDNU, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::LDN::LDNU>>(std::_Sp_make_shared_tag, std::allocator<Service::LDN::LDNU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cfd8acd in std::shared_ptr<Service::LDN::LDNU>::shared_ptr<std::allocator<Service::LDN::LDNU>>(std::_Sp_make_shared_tag, std::allocator<Service::LDN::LDNU> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cfd8acd in std::shared_ptr<Service::LDN::LDNU> std::allocate_shared<Service::LDN::LDNU, std::allocator<Service::LDN::LDNU>>(std::allocator<Service::LDN::LDNU> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cfd8acd in std::shared_ptr<Service::LDN::LDNU> std::make_shared<Service::LDN::LDNU>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cfd8acd in Service::LDN::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ldn/ldn.cpp:139
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf997e1 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::HID::IRS, std::allocator<Service::HID::IRS>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf997e1 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::IRS, std::allocator<Service::HID::IRS>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::IRS, std::allocator<Service::HID::IRS>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf997e1 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::IRS, std::allocator<Service::HID::IRS>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::IRS, std::allocator<Service::HID::IRS>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::IRS, std::allocator<Service::HID::IRS>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf997e1 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::HID::IRS, std::allocator<Service::HID::IRS>>(std::_Sp_make_shared_tag, Service::HID::IRS*, std::allocator<Service::HID::IRS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf997e1 in std::__shared_ptr<Service::HID::IRS, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::HID::IRS>>(std::_Sp_make_shared_tag, std::allocator<Service::HID::IRS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf997e1 in std::shared_ptr<Service::HID::IRS>::shared_ptr<std::allocator<Service::HID::IRS>>(std::_Sp_make_shared_tag, std::allocator<Service::HID::IRS> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf997e1 in std::shared_ptr<Service::HID::IRS> std::allocate_shared<Service::HID::IRS, std::allocator<Service::HID::IRS>>(std::allocator<Service::HID::IRS> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf997e1 in std::shared_ptr<Service::HID::IRS> std::make_shared<Service::HID::IRS>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf997e1 in Service::HID::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/hid/hid.cpp:805
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d003bd8 in std::shared_ptr<Service::Migration::MIG_USR> std::make_shared<Service::Migration::MIG_USR>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d003bd8 in Service::Migration::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/mig/mig.cpp:31
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf1e2e3 in std::shared_ptr<Service::EUPLD::ErrorUploadRequest> std::make_shared<Service::EUPLD::ErrorUploadRequest>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf1e2e3 in Service::EUPLD::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/eupld/eupld.cpp:49
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf99e74 in std::shared_ptr<Service::HID::XCD_SYS> std::make_shared<Service::HID::XCD_SYS>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf99e74 in Service::HID::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/hid/hid.cpp:808
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf14765 in std::shared_ptr<Service::Capture::CAPS_A> std::make_shared<Service::Capture::CAPS_A>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf14765 in Service::Capture::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/caps/caps.cpp:144
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf1c8d8 in std::shared_ptr<Service::ES::ETicket> std::make_shared<Service::ES::ETicket>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf1c8d8 in Service::ES::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/es/es.cpp:54
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf9940b in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidTmp, std::allocator<Service::HID::HidTmp>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf9940b in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidTmp, std::allocator<Service::HID::HidTmp>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidTmp, std::allocator<Service::HID::HidTmp>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf9940b in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidTmp, std::allocator<Service::HID::HidTmp>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidTmp, std::allocator<Service::HID::HidTmp>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidTmp, std::allocator<Service::HID::HidTmp>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf9940b in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::HID::HidTmp, std::allocator<Service::HID::HidTmp>>(std::_Sp_make_shared_tag, Service::HID::HidTmp*, std::allocator<Service::HID::HidTmp> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf9940b in std::__shared_ptr<Service::HID::HidTmp, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::HID::HidTmp>>(std::_Sp_make_shared_tag, std::allocator<Service::HID::HidTmp> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf9940b in std::shared_ptr<Service::HID::HidTmp>::shared_ptr<std::allocator<Service::HID::HidTmp>>(std::_Sp_make_shared_tag, std::allocator<Service::HID::HidTmp> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf9940b in std::shared_ptr<Service::HID::HidTmp> std::allocate_shared<Service::HID::HidTmp, std::allocator<Service::HID::HidTmp>>(std::allocator<Service::HID::HidTmp> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf9940b in std::shared_ptr<Service::HID::HidTmp> std::make_shared<Service::HID::HidTmp>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf9940b in Service::HID::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/hid/hid.cpp:803
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0166c3 in std::shared_ptr<Service::NCM::NCM> std::make_shared<Service::NCM::NCM>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0166c3 in Service::NCM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ncm/ncm.cpp:56
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf0a10f in std::shared_ptr<Service::BTM::BTM> std::make_shared<Service::BTM::BTM>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf0a10f in Service::BTM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/btm/btm.cpp:116
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0054d5 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiImg, std::allocator<Service::Mii::MiiImg>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0054d5 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiImg, std::allocator<Service::Mii::MiiImg>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiImg, std::allocator<Service::Mii::MiiImg>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d0054d5 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiImg, std::allocator<Service::Mii::MiiImg>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiImg, std::allocator<Service::Mii::MiiImg>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiImg, std::allocator<Service::Mii::MiiImg>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d0054d5 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Mii::MiiImg, std::allocator<Service::Mii::MiiImg>>(std::_Sp_make_shared_tag, Service::Mii::MiiImg*, std::allocator<Service::Mii::MiiImg> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d0054d5 in std::__shared_ptr<Service::Mii::MiiImg, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Mii::MiiImg>>(std::_Sp_make_shared_tag, std::allocator<Service::Mii::MiiImg> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d0054d5 in std::shared_ptr<Service::Mii::MiiImg>::shared_ptr<std::allocator<Service::Mii::MiiImg>>(std::_Sp_make_shared_tag, std::allocator<Service::Mii::MiiImg> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d0054d5 in std::shared_ptr<Service::Mii::MiiImg> std::allocate_shared<Service::Mii::MiiImg, std::allocator<Service::Mii::MiiImg>>(std::allocator<Service::Mii::MiiImg> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d0054d5 in std::shared_ptr<Service::Mii::MiiImg> std::make_shared<Service::Mii::MiiImg>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d0054d5 in Service::Mii::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/mii/mii.cpp:104
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d097ccc in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d097ccc in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d097ccc in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d097ccc in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NS::NS, std::allocator<Service::NS::NS>, char const (&) [6]>(std::_Sp_make_shared_tag, Service::NS::NS*, std::allocator<Service::NS::NS> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d097ccc in std::__shared_ptr<Service::NS::NS, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NS::NS>, char const (&) [6]>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d097ccc in std::shared_ptr<Service::NS::NS>::shared_ptr<std::allocator<Service::NS::NS>, char const (&) [6]>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d097ccc in std::shared_ptr<Service::NS::NS> std::allocate_shared<Service::NS::NS, std::allocator<Service::NS::NS>, char const (&) [6]>(std::allocator<Service::NS::NS> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d097ccc in std::shared_ptr<Service::NS::NS> std::make_shared<Service::NS::NS, char const (&) [6]>(char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d097ccc in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:451
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d123ee0 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::PM::DebugMonitor, std::allocator<Service::PM::DebugMonitor>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d123ee0 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::DebugMonitor, std::allocator<Service::PM::DebugMonitor>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::DebugMonitor, std::allocator<Service::PM::DebugMonitor>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d123ee0 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::DebugMonitor, std::allocator<Service::PM::DebugMonitor>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::DebugMonitor, std::allocator<Service::PM::DebugMonitor>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::DebugMonitor, std::allocator<Service::PM::DebugMonitor>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d123ee0 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::PM::DebugMonitor, std::allocator<Service::PM::DebugMonitor>>(std::_Sp_make_shared_tag, Service::PM::DebugMonitor*, std::allocator<Service::PM::DebugMonitor> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d123ee0 in std::__shared_ptr<Service::PM::DebugMonitor, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::PM::DebugMonitor>>(std::_Sp_make_shared_tag, std::allocator<Service::PM::DebugMonitor> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d123ee0 in std::shared_ptr<Service::PM::DebugMonitor>::shared_ptr<std::allocator<Service::PM::DebugMonitor>>(std::_Sp_make_shared_tag, std::allocator<Service::PM::DebugMonitor> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d123ee0 in std::shared_ptr<Service::PM::DebugMonitor> std::allocate_shared<Service::PM::DebugMonitor, std::allocator<Service::PM::DebugMonitor>>(std::allocator<Service::PM::DebugMonitor> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d123ee0 in std::shared_ptr<Service::PM::DebugMonitor> std::make_shared<Service::PM::DebugMonitor>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d123ee0 in Service::PM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pm/pm.cpp:65
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf3ad3e in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_LDR, std::allocator<Service::FileSystem::FSP_LDR>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf3ad3e in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_LDR, std::allocator<Service::FileSystem::FSP_LDR>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_LDR, std::allocator<Service::FileSystem::FSP_LDR>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf3ad3e in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_LDR, std::allocator<Service::FileSystem::FSP_LDR>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_LDR, std::allocator<Service::FileSystem::FSP_LDR>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::FileSystem::FSP_LDR, std::allocator<Service::FileSystem::FSP_LDR>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf3ad3e in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::FileSystem::FSP_LDR, std::allocator<Service::FileSystem::FSP_LDR>>(std::_Sp_make_shared_tag, Service::FileSystem::FSP_LDR*, std::allocator<Service::FileSystem::FSP_LDR> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf3ad3e in std::__shared_ptr<Service::FileSystem::FSP_LDR, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::FileSystem::FSP_LDR>>(std::_Sp_make_shared_tag, std::allocator<Service::FileSystem::FSP_LDR> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf3ad3e in std::shared_ptr<Service::FileSystem::FSP_LDR>::shared_ptr<std::allocator<Service::FileSystem::FSP_LDR>>(std::_Sp_make_shared_tag, std::allocator<Service::FileSystem::FSP_LDR> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf3ad3e in std::shared_ptr<Service::FileSystem::FSP_LDR> std::allocate_shared<Service::FileSystem::FSP_LDR, std::allocator<Service::FileSystem::FSP_LDR>>(std::allocator<Service::FileSystem::FSP_LDR> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf3ad3e in std::shared_ptr<Service::FileSystem::FSP_LDR> std::make_shared<Service::FileSystem::FSP_LDR>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf3ad3e in Service::FileSystem::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<FileSys::VfsFilesystem> const&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/filesystem/filesystem.cpp:303
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc52cf2 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_HS, std::allocator<Service::USB::USB_HS>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc52cf2 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_HS, std::allocator<Service::USB::USB_HS>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_HS, std::allocator<Service::USB::USB_HS>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cc52cf2 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_HS, std::allocator<Service::USB::USB_HS>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_HS, std::allocator<Service::USB::USB_HS>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_HS, std::allocator<Service::USB::USB_HS>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cc52cf2 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::USB::USB_HS, std::allocator<Service::USB::USB_HS>>(std::_Sp_make_shared_tag, Service::USB::USB_HS*, std::allocator<Service::USB::USB_HS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cc52cf2 in std::__shared_ptr<Service::USB::USB_HS, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::USB::USB_HS>>(std::_Sp_make_shared_tag, std::allocator<Service::USB::USB_HS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cc52cf2 in std::shared_ptr<Service::USB::USB_HS>::shared_ptr<std::allocator<Service::USB::USB_HS>>(std::_Sp_make_shared_tag, std::allocator<Service::USB::USB_HS> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cc52cf2 in std::shared_ptr<Service::USB::USB_HS> std::allocate_shared<Service::USB::USB_HS, std::allocator<Service::USB::USB_HS>>(std::allocator<Service::USB::USB_HS> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cc52cf2 in std::shared_ptr<Service::USB::USB_HS> std::make_shared<Service::USB::USB_HS>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cc52cf2 in Service::USB::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/usb/usb.cpp:232
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d018cd3 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_U, std::allocator<Service::NFC::NFC_U>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d018cd3 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_U, std::allocator<Service::NFC::NFC_U>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_U, std::allocator<Service::NFC::NFC_U>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d018cd3 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_U, std::allocator<Service::NFC::NFC_U>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_U, std::allocator<Service::NFC::NFC_U>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_U, std::allocator<Service::NFC::NFC_U>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d018cd3 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NFC::NFC_U, std::allocator<Service::NFC::NFC_U>>(std::_Sp_make_shared_tag, Service::NFC::NFC_U*, std::allocator<Service::NFC::NFC_U> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d018cd3 in std::__shared_ptr<Service::NFC::NFC_U, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NFC::NFC_U>>(std::_Sp_make_shared_tag, std::allocator<Service::NFC::NFC_U> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d018cd3 in std::shared_ptr<Service::NFC::NFC_U>::shared_ptr<std::allocator<Service::NFC::NFC_U>>(std::_Sp_make_shared_tag, std::allocator<Service::NFC::NFC_U> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d018cd3 in std::shared_ptr<Service::NFC::NFC_U> std::allocate_shared<Service::NFC::NFC_U, std::allocator<Service::NFC::NFC_U>>(std::allocator<Service::NFC::NFC_U> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d018cd3 in std::shared_ptr<Service::NFC::NFC_U> std::make_shared<Service::NFC::NFC_U>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d018cd3 in Service::NFC::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nfc/nfc.cpp:218
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc530c9 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PD, std::allocator<Service::USB::USB_PD>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc530c9 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PD, std::allocator<Service::USB::USB_PD>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PD, std::allocator<Service::USB::USB_PD>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cc530c9 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PD, std::allocator<Service::USB::USB_PD>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PD, std::allocator<Service::USB::USB_PD>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PD, std::allocator<Service::USB::USB_PD>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cc530c9 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::USB::USB_PD, std::allocator<Service::USB::USB_PD>>(std::_Sp_make_shared_tag, Service::USB::USB_PD*, std::allocator<Service::USB::USB_PD> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cc530c9 in std::__shared_ptr<Service::USB::USB_PD, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::USB::USB_PD>>(std::_Sp_make_shared_tag, std::allocator<Service::USB::USB_PD> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cc530c9 in std::shared_ptr<Service::USB::USB_PD>::shared_ptr<std::allocator<Service::USB::USB_PD>>(std::_Sp_make_shared_tag, std::allocator<Service::USB::USB_PD> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cc530c9 in std::shared_ptr<Service::USB::USB_PD> std::allocate_shared<Service::USB::USB_PD, std::allocator<Service::USB::USB_PD>>(std::allocator<Service::USB::USB_PD> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cc530c9 in std::shared_ptr<Service::USB::USB_PD> std::make_shared<Service::USB::USB_PD>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cc530c9 in Service::USB::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/usb/usb.cpp:233
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cca197d in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANSocketManager, std::allocator<Service::WLAN::WLANSocketManager>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cca197d in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANSocketManager, std::allocator<Service::WLAN::WLANSocketManager>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANSocketManager, std::allocator<Service::WLAN::WLANSocketManager>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cca197d in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANSocketManager, std::allocator<Service::WLAN::WLANSocketManager>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANSocketManager, std::allocator<Service::WLAN::WLANSocketManager>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANSocketManager, std::allocator<Service::WLAN::WLANSocketManager>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cca197d in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::WLAN::WLANSocketManager, std::allocator<Service::WLAN::WLANSocketManager>>(std::_Sp_make_shared_tag, Service::WLAN::WLANSocketManager*, std::allocator<Service::WLAN::WLANSocketManager> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cca197d in std::__shared_ptr<Service::WLAN::WLANSocketManager, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::WLAN::WLANSocketManager>>(std::_Sp_make_shared_tag, std::allocator<Service::WLAN::WLANSocketManager> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cca197d in std::shared_ptr<Service::WLAN::WLANSocketManager>::shared_ptr<std::allocator<Service::WLAN::WLANSocketManager>>(std::_Sp_make_shared_tag, std::allocator<Service::WLAN::WLANSocketManager> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cca197d in std::shared_ptr<Service::WLAN::WLANSocketManager> std::allocate_shared<Service::WLAN::WLANSocketManager, std::allocator<Service::WLAN::WLANSocketManager>>(std::allocator<Service::WLAN::WLANSocketManager> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cca197d in std::shared_ptr<Service::WLAN::WLANSocketManager> std::make_shared<Service::WLAN::WLANSocketManager>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cca197d in Service::WLAN::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/wlan/wlan.cpp:169
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf0a8ad in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_SYS, std::allocator<Service::BTM::BTM_SYS>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf0a8ad in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_SYS, std::allocator<Service::BTM::BTM_SYS>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_SYS, std::allocator<Service::BTM::BTM_SYS>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf0a8ad in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_SYS, std::allocator<Service::BTM::BTM_SYS>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_SYS, std::allocator<Service::BTM::BTM_SYS>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_SYS, std::allocator<Service::BTM::BTM_SYS>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf0a8ad in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::BTM::BTM_SYS, std::allocator<Service::BTM::BTM_SYS>>(std::_Sp_make_shared_tag, Service::BTM::BTM_SYS*, std::allocator<Service::BTM::BTM_SYS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf0a8ad in std::__shared_ptr<Service::BTM::BTM_SYS, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::BTM::BTM_SYS>>(std::_Sp_make_shared_tag, std::allocator<Service::BTM::BTM_SYS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf0a8ad in std::shared_ptr<Service::BTM::BTM_SYS>::shared_ptr<std::allocator<Service::BTM::BTM_SYS>>(std::_Sp_make_shared_tag, std::allocator<Service::BTM::BTM_SYS> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf0a8ad in std::shared_ptr<Service::BTM::BTM_SYS> std::allocate_shared<Service::BTM::BTM_SYS, std::allocator<Service::BTM::BTM_SYS>>(std::allocator<Service::BTM::BTM_SYS> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf0a8ad in std::shared_ptr<Service::BTM::BTM_SYS> std::make_shared<Service::BTM::BTM_SYS>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf0a8ad in Service::BTM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/btm/btm.cpp:118
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cca11d9 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocalGetFrame, std::allocator<Service::WLAN::WLANLocalGetFrame>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cca11d9 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocalGetFrame, std::allocator<Service::WLAN::WLANLocalGetFrame>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocalGetFrame, std::allocator<Service::WLAN::WLANLocalGetFrame>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cca11d9 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocalGetFrame, std::allocator<Service::WLAN::WLANLocalGetFrame>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocalGetFrame, std::allocator<Service::WLAN::WLANLocalGetFrame>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocalGetFrame, std::allocator<Service::WLAN::WLANLocalGetFrame>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cca11d9 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::WLAN::WLANLocalGetFrame, std::allocator<Service::WLAN::WLANLocalGetFrame>>(std::_Sp_make_shared_tag, Service::WLAN::WLANLocalGetFrame*, std::allocator<Service::WLAN::WLANLocalGetFrame> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cca11d9 in std::__shared_ptr<Service::WLAN::WLANLocalGetFrame, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::WLAN::WLANLocalGetFrame>>(std::_Sp_make_shared_tag, std::allocator<Service::WLAN::WLANLocalGetFrame> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cca11d9 in std::shared_ptr<Service::WLAN::WLANLocalGetFrame>::shared_ptr<std::allocator<Service::WLAN::WLANLocalGetFrame>>(std::_Sp_make_shared_tag, std::allocator<Service::WLAN::WLANLocalGetFrame> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cca11d9 in std::shared_ptr<Service::WLAN::WLANLocalGetFrame> std::allocate_shared<Service::WLAN::WLANLocalGetFrame, std::allocator<Service::WLAN::WLANLocalGetFrame>>(std::allocator<Service::WLAN::WLANLocalGetFrame> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cca11d9 in std::shared_ptr<Service::WLAN::WLANLocalGetFrame> std::make_shared<Service::WLAN::WLANLocalGetFrame>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cca11d9 in Service::WLAN::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/wlan/wlan.cpp:167
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d093bdd in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NTC, std::allocator<Service::NIM::NTC>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d093bdd in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NTC, std::allocator<Service::NIM::NTC>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NTC, std::allocator<Service::NIM::NTC>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d093bdd in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NTC, std::allocator<Service::NIM::NTC>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NTC, std::allocator<Service::NIM::NTC>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NTC, std::allocator<Service::NIM::NTC>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d093bdd in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NIM::NTC, std::allocator<Service::NIM::NTC>>(std::_Sp_make_shared_tag, Service::NIM::NTC*, std::allocator<Service::NIM::NTC> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d093bdd in std::__shared_ptr<Service::NIM::NTC, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NIM::NTC>>(std::_Sp_make_shared_tag, std::allocator<Service::NIM::NTC> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d093bdd in std::shared_ptr<Service::NIM::NTC>::shared_ptr<std::allocator<Service::NIM::NTC>>(std::_Sp_make_shared_tag, std::allocator<Service::NIM::NTC> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d093bdd in std::shared_ptr<Service::NIM::NTC> std::allocate_shared<Service::NIM::NTC, std::allocator<Service::NIM::NTC>>(std::allocator<Service::NIM::NTC> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d093bdd in std::shared_ptr<Service::NIM::NTC> std::make_shared<Service::NIM::NTC>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d093bdd in Service::NIM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nim/nim.cpp:121
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf15a85 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_U, std::allocator<Service::Capture::CAPS_U>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf15a85 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_U, std::allocator<Service::Capture::CAPS_U>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_U, std::allocator<Service::Capture::CAPS_U>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf15a85 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_U, std::allocator<Service::Capture::CAPS_U>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_U, std::allocator<Service::Capture::CAPS_U>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_U, std::allocator<Service::Capture::CAPS_U>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf15a85 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Capture::CAPS_U, std::allocator<Service::Capture::CAPS_U>>(std::_Sp_make_shared_tag, Service::Capture::CAPS_U*, std::allocator<Service::Capture::CAPS_U> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf15a85 in std::__shared_ptr<Service::Capture::CAPS_U, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Capture::CAPS_U>>(std::_Sp_make_shared_tag, std::allocator<Service::Capture::CAPS_U> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf15a85 in std::shared_ptr<Service::Capture::CAPS_U>::shared_ptr<std::allocator<Service::Capture::CAPS_U>>(std::_Sp_make_shared_tag, std::allocator<Service::Capture::CAPS_U> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf15a85 in std::shared_ptr<Service::Capture::CAPS_U> std::allocate_shared<Service::Capture::CAPS_U, std::allocator<Service::Capture::CAPS_U>>(std::allocator<Service::Capture::CAPS_U> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf15a85 in std::shared_ptr<Service::Capture::CAPS_U> std::make_shared<Service::Capture::CAPS_U>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf15a85 in Service::Capture::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/caps/caps.cpp:149
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce8737a in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Audio::HwOpus, std::allocator<Service::Audio::HwOpus>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce8737a in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::HwOpus, std::allocator<Service::Audio::HwOpus>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::HwOpus, std::allocator<Service::Audio::HwOpus>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ce8737a in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::HwOpus, std::allocator<Service::Audio::HwOpus>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::HwOpus, std::allocator<Service::Audio::HwOpus>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::HwOpus, std::allocator<Service::Audio::HwOpus>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29ce8737a in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Audio::HwOpus, std::allocator<Service::Audio::HwOpus>>(std::_Sp_make_shared_tag, Service::Audio::HwOpus*, std::allocator<Service::Audio::HwOpus> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29ce8737a in std::__shared_ptr<Service::Audio::HwOpus, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Audio::HwOpus>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::HwOpus> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29ce8737a in std::shared_ptr<Service::Audio::HwOpus>::shared_ptr<std::allocator<Service::Audio::HwOpus>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::HwOpus> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29ce8737a in std::shared_ptr<Service::Audio::HwOpus> std::allocate_shared<Service::Audio::HwOpus, std::allocator<Service::Audio::HwOpus>>(std::allocator<Service::Audio::HwOpus> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29ce8737a in std::shared_ptr<Service::Audio::HwOpus> std::make_shared<Service::Audio::HwOpus>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29ce8737a in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:32
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d09716b in std::shared_ptr<Service::NS::NS> std::make_shared<Service::NS::NS, char const (&) [7]>(char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d09716b in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:448
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf97288 in std::shared_ptr<Service::GRC::GRC> std::make_shared<Service::GRC::GRC>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf97288 in Service::GRC::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/grc/grc.cpp:28
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc5386d in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PM, std::allocator<Service::USB::USB_PM>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc5386d in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PM, std::allocator<Service::USB::USB_PM>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PM, std::allocator<Service::USB::USB_PM>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cc5386d in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PM, std::allocator<Service::USB::USB_PM>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PM, std::allocator<Service::USB::USB_PM>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::USB::USB_PM, std::allocator<Service::USB::USB_PM>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cc5386d in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::USB::USB_PM, std::allocator<Service::USB::USB_PM>>(std::_Sp_make_shared_tag, Service::USB::USB_PM*, std::allocator<Service::USB::USB_PM> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cc5386d in std::__shared_ptr<Service::USB::USB_PM, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::USB::USB_PM>>(std::_Sp_make_shared_tag, std::allocator<Service::USB::USB_PM> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cc5386d in std::shared_ptr<Service::USB::USB_PM>::shared_ptr<std::allocator<Service::USB::USB_PM>>(std::_Sp_make_shared_tag, std::allocator<Service::USB::USB_PM> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cc5386d in std::shared_ptr<Service::USB::USB_PM> std::allocate_shared<Service::USB::USB_PM, std::allocator<Service::USB::USB_PM>>(std::allocator<Service::USB::USB_PM> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cc5386d in std::shared_ptr<Service::USB::USB_PM> std::make_shared<Service::USB::USB_PM>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cc5386d in Service::USB::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/usb/usb.cpp:235
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d10d808 in std::shared_ptr<Service::PCIe::PCIe> std::make_shared<Service::PCIe::PCIe>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d10d808 in Service::PCIe::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pcie/pcie.cpp:61
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf7b77e in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf7b77e in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf7b77e in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf7b77e in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, char const (&) [6]>(std::_Sp_make_shared_tag, Service::FGM::FGM*, std::allocator<Service::FGM::FGM> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf7b77e in std::__shared_ptr<Service::FGM::FGM, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::FGM::FGM>, char const (&) [6]>(std::_Sp_make_shared_tag, std::allocator<Service::FGM::FGM> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf7b77e in std::shared_ptr<Service::FGM::FGM>::shared_ptr<std::allocator<Service::FGM::FGM>, char const (&) [6]>(std::_Sp_make_shared_tag, std::allocator<Service::FGM::FGM> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf7b77e in std::shared_ptr<Service::FGM::FGM> std::allocate_shared<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, char const (&) [6]>(std::allocator<Service::FGM::FGM> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf7b77e in std::shared_ptr<Service::FGM::FGM> std::make_shared<Service::FGM::FGM, char const (&) [6]>(char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf7b77e in Service::FGM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/fgm/fgm.cpp:71
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf7b3ae in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf7b3ae in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf7b3ae in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf7b3ae in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, char const (&) [6]>(std::_Sp_make_shared_tag, Service::FGM::FGM*, std::allocator<Service::FGM::FGM> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf7b3ae in std::__shared_ptr<Service::FGM::FGM, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::FGM::FGM>, char const (&) [6]>(std::_Sp_make_shared_tag, std::allocator<Service::FGM::FGM> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf7b3ae in std::shared_ptr<Service::FGM::FGM>::shared_ptr<std::allocator<Service::FGM::FGM>, char const (&) [6]>(std::_Sp_make_shared_tag, std::allocator<Service::FGM::FGM> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf7b3ae in std::shared_ptr<Service::FGM::FGM> std::allocate_shared<Service::FGM::FGM, std::allocator<Service::FGM::FGM>, char const (&) [6]>(std::allocator<Service::FGM::FGM> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf7b3ae in std::shared_ptr<Service::FGM::FGM> std::make_shared<Service::FGM::FGM, char const (&) [6]>(char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf7b3ae in Service::FGM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/fgm/fgm.cpp:70
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d098846 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_SU, std::allocator<Service::NS::NS_SU>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d098846 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_SU, std::allocator<Service::NS::NS_SU>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_SU, std::allocator<Service::NS::NS_SU>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d098846 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_SU, std::allocator<Service::NS::NS_SU>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_SU, std::allocator<Service::NS::NS_SU>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_SU, std::allocator<Service::NS::NS_SU>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d098846 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NS::NS_SU, std::allocator<Service::NS::NS_SU>>(std::_Sp_make_shared_tag, Service::NS::NS_SU*, std::allocator<Service::NS::NS_SU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d098846 in std::__shared_ptr<Service::NS::NS_SU, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NS::NS_SU>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS_SU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d098846 in std::shared_ptr<Service::NS::NS_SU>::shared_ptr<std::allocator<Service::NS::NS_SU>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS_SU> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d098846 in std::shared_ptr<Service::NS::NS_SU> std::allocate_shared<Service::NS::NS_SU, std::allocator<Service::NS::NS_SU>>(std::allocator<Service::NS::NS_SU> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d098846 in std::shared_ptr<Service::NS::NS_SU> std::make_shared<Service::NS::NS_SU>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d098846 in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:455
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d12083f in std::shared_ptr<Service::PCV::PCV> std::make_shared<Service::PCV::PCV>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d12083f in Service::PCV::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pcv/pcv.cpp:79
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d12a070 in std::shared_ptr<Service::PlayReport::PlayReport>::shared_ptr<std::allocator<Service::PlayReport::PlayReport>, char const (&) [8]>(std::_Sp_make_shared_tag, std::allocator<Service::PlayReport::PlayReport> const&, char const (&) [8]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d12a070 in std::shared_ptr<Service::PlayReport::PlayReport> std::allocate_shared<Service::PlayReport::PlayReport, std::allocator<Service::PlayReport::PlayReport>, char const (&) [8]>(std::allocator<Service::PlayReport::PlayReport> const&, char const (&) [8]) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29d12a070 in std::shared_ptr<Service::PlayReport::PlayReport> std::make_shared<Service::PlayReport::PlayReport, char const (&) [8]>(char const (&) [8]) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29d12a070 in Service::PlayReport::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/prepo/prepo.cpp:38
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d129cd7 in std::shared_ptr<Service::PlayReport::PlayReport> std::make_shared<Service::PlayReport::PlayReport, char const (&) [8]>(char const (&) [8]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d129cd7 in Service::PlayReport::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/prepo/prepo.cpp:37
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce881aa in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce881aa in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ce881aa in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29ce881aa in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, char const (&) [9]>(std::_Sp_make_shared_tag, Service::Audio::AudDbg*, std::allocator<Service::Audio::AudDbg> const&, char const (&) [9]) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29ce881aa in std::__shared_ptr<Service::Audio::AudDbg, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Audio::AudDbg>, char const (&) [9]>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudDbg> const&, char const (&) [9]) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29ce881aa in std::shared_ptr<Service::Audio::AudDbg>::shared_ptr<std::allocator<Service::Audio::AudDbg>, char const (&) [9]>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudDbg> const&, char const (&) [9]) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29ce881aa in std::shared_ptr<Service::Audio::AudDbg> std::allocate_shared<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, char const (&) [9]>(std::allocator<Service::Audio::AudDbg> const&, char const (&) [9]) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29ce881aa in std::shared_ptr<Service::Audio::AudDbg> std::make_shared<Service::Audio::AudDbg, char const (&) [9]>(char const (&) [9]) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29ce881aa in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:37
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0978fe in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0978fe in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d0978fe in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d0978fe in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NS::NS, std::allocator<Service::NS::NS>, char const (&) [7]>(std::_Sp_make_shared_tag, Service::NS::NS*, std::allocator<Service::NS::NS> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d0978fe in std::__shared_ptr<Service::NS::NS, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NS::NS>, char const (&) [7]>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d0978fe in std::shared_ptr<Service::NS::NS>::shared_ptr<std::allocator<Service::NS::NS>, char const (&) [7]>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d0978fe in std::shared_ptr<Service::NS::NS> std::allocate_shared<Service::NS::NS, std::allocator<Service::NS::NS>, char const (&) [7]>(std::allocator<Service::NS::NS> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d0978fe in std::shared_ptr<Service::NS::NS> std::make_shared<Service::NS::NS, char const (&) [7]>(char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d0978fe in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:450
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce7bdf3 in std::shared_ptr<Service::ARP::ARP_W> std::make_shared<Service::ARP::ARP_W>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce7bdf3 in Service::ARP::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/arp/arp.cpp:72
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cca0e02 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocal, std::allocator<Service::WLAN::WLANLocal>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cca0e02 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocal, std::allocator<Service::WLAN::WLANLocal>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocal, std::allocator<Service::WLAN::WLANLocal>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cca0e02 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocal, std::allocator<Service::WLAN::WLANLocal>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocal, std::allocator<Service::WLAN::WLANLocal>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::WLAN::WLANLocal, std::allocator<Service::WLAN::WLANLocal>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cca0e02 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::WLAN::WLANLocal, std::allocator<Service::WLAN::WLANLocal>>(std::_Sp_make_shared_tag, Service::WLAN::WLANLocal*, std::allocator<Service::WLAN::WLANLocal> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cca0e02 in std::__shared_ptr<Service::WLAN::WLANLocal, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::WLAN::WLANLocal>>(std::_Sp_make_shared_tag, std::allocator<Service::WLAN::WLANLocal> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cca0e02 in std::shared_ptr<Service::WLAN::WLANLocal>::shared_ptr<std::allocator<Service::WLAN::WLANLocal>>(std::_Sp_make_shared_tag, std::allocator<Service::WLAN::WLANLocal> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cca0e02 in std::shared_ptr<Service::WLAN::WLANLocal> std::allocate_shared<Service::WLAN::WLANLocal, std::allocator<Service::WLAN::WLANLocal>>(std::allocator<Service::WLAN::WLANLocal> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cca0e02 in std::shared_ptr<Service::WLAN::WLANLocal> std::make_shared<Service::WLAN::WLANLocal>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cca0e02 in Service::WLAN::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/wlan/wlan.cpp:166
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf7afe6 in std::shared_ptr<Service::FGM::FGM> std::make_shared<Service::FGM::FGM, char const (&) [4]>(char const (&) [4]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf7afe6 in Service::FGM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/fgm/fgm.cpp:69
#3 0x7ffc24d76eaf ([stack]+0x1eeaf)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce6a036 in std::shared_ptr<Service::APM::APM_Sys> std::make_shared<Service::APM::APM_Sys>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce6a036 in Service::APM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/apm/apm.cpp:16
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc04ec4 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::SFDNSRES, std::allocator<Service::Sockets::SFDNSRES>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc04ec4 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::SFDNSRES, std::allocator<Service::Sockets::SFDNSRES>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::SFDNSRES, std::allocator<Service::Sockets::SFDNSRES>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cc04ec4 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::SFDNSRES, std::allocator<Service::Sockets::SFDNSRES>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::SFDNSRES, std::allocator<Service::Sockets::SFDNSRES>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::SFDNSRES, std::allocator<Service::Sockets::SFDNSRES>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cc04ec4 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Sockets::SFDNSRES, std::allocator<Service::Sockets::SFDNSRES>>(std::_Sp_make_shared_tag, Service::Sockets::SFDNSRES*, std::allocator<Service::Sockets::SFDNSRES> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cc04ec4 in std::__shared_ptr<Service::Sockets::SFDNSRES, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Sockets::SFDNSRES>>(std::_Sp_make_shared_tag, std::allocator<Service::Sockets::SFDNSRES> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cc04ec4 in std::shared_ptr<Service::Sockets::SFDNSRES>::shared_ptr<std::allocator<Service::Sockets::SFDNSRES>>(std::_Sp_make_shared_tag, std::allocator<Service::Sockets::SFDNSRES> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cc04ec4 in std::shared_ptr<Service::Sockets::SFDNSRES> std::allocate_shared<Service::Sockets::SFDNSRES, std::allocator<Service::Sockets::SFDNSRES>>(std::allocator<Service::Sockets::SFDNSRES> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cc04ec4 in std::shared_ptr<Service::Sockets::SFDNSRES> std::make_shared<Service::Sockets::SFDNSRES>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cc04ec4 in Service::Sockets::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/sockets/sockets.cpp:24
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d018535 in std::shared_ptr<Service::NFC::NFC_AM> std::make_shared<Service::NFC::NFC_AM>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d018535 in Service::NFC::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nfc/nfc.cpp:216
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce86557 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRecU, std::allocator<Service::Audio::AudRecU>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce86557 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRecU, std::allocator<Service::Audio::AudRecU>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRecU, std::allocator<Service::Audio::AudRecU>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ce86557 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRecU, std::allocator<Service::Audio::AudRecU>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRecU, std::allocator<Service::Audio::AudRecU>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRecU, std::allocator<Service::Audio::AudRecU>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29ce86557 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Audio::AudRecU, std::allocator<Service::Audio::AudRecU>>(std::_Sp_make_shared_tag, Service::Audio::AudRecU*, std::allocator<Service::Audio::AudRecU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29ce86557 in std::__shared_ptr<Service::Audio::AudRecU, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Audio::AudRecU>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudRecU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29ce86557 in std::shared_ptr<Service::Audio::AudRecU>::shared_ptr<std::allocator<Service::Audio::AudRecU>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudRecU> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29ce86557 in std::shared_ptr<Service::Audio::AudRecU> std::allocate_shared<Service::Audio::AudRecU, std::allocator<Service::Audio::AudRecU>>(std::allocator<Service::Audio::AudRecU> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29ce86557 in std::shared_ptr<Service::Audio::AudRecU> std::make_shared<Service::Audio::AudRecU>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29ce86557 in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:28
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf98d01 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidDbg, std::allocator<Service::HID::HidDbg>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf98d01 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidDbg, std::allocator<Service::HID::HidDbg>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidDbg, std::allocator<Service::HID::HidDbg>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf98d01 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidDbg, std::allocator<Service::HID::HidDbg>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidDbg, std::allocator<Service::HID::HidDbg>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidDbg, std::allocator<Service::HID::HidDbg>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf98d01 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::HID::HidDbg, std::allocator<Service::HID::HidDbg>>(std::_Sp_make_shared_tag, Service::HID::HidDbg*, std::allocator<Service::HID::HidDbg> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf98d01 in std::__shared_ptr<Service::HID::HidDbg, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::HID::HidDbg>>(std::_Sp_make_shared_tag, std::allocator<Service::HID::HidDbg> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf98d01 in std::shared_ptr<Service::HID::HidDbg>::shared_ptr<std::allocator<Service::HID::HidDbg>>(std::_Sp_make_shared_tag, std::allocator<Service::HID::HidDbg> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf98d01 in std::shared_ptr<Service::HID::HidDbg> std::allocate_shared<Service::HID::HidDbg, std::allocator<Service::HID::HidDbg>>(std::allocator<Service::HID::HidDbg> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf98d01 in std::shared_ptr<Service::HID::HidDbg> std::make_shared<Service::HID::HidDbg>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf98d01 in Service::HID::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/hid/hid.cpp:801
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cca0a2f in std::shared_ptr<Service::WLAN::WLANInfra> std::make_shared<Service::WLAN::WLANInfra>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cca0a2f in Service::WLAN::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/wlan/wlan.cpp:165
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc534a3 in std::shared_ptr<Service::USB::USB_PD_C> std::make_shared<Service::USB::USB_PD_C>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc534a3 in Service::USB::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/usb/usb.cpp:234
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf3b0b5 in std::shared_ptr<Service::FileSystem::FSP_PR> std::make_shared<Service::FileSystem::FSP_PR>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf3b0b5 in Service::FileSystem::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<FileSys::VfsFilesystem> const&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/filesystem/filesystem.cpp:304
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf99094 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidSys, std::allocator<Service::HID::HidSys>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf99094 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidSys, std::allocator<Service::HID::HidSys>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidSys, std::allocator<Service::HID::HidSys>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf99094 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidSys, std::allocator<Service::HID::HidSys>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidSys, std::allocator<Service::HID::HidSys>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidSys, std::allocator<Service::HID::HidSys>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf99094 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::HID::HidSys, std::allocator<Service::HID::HidSys>>(std::_Sp_make_shared_tag, Service::HID::HidSys*, std::allocator<Service::HID::HidSys> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf99094 in std::__shared_ptr<Service::HID::HidSys, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::HID::HidSys>>(std::_Sp_make_shared_tag, std::allocator<Service::HID::HidSys> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf99094 in std::shared_ptr<Service::HID::HidSys>::shared_ptr<std::allocator<Service::HID::HidSys>>(std::_Sp_make_shared_tag, std::allocator<Service::HID::HidSys> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf99094 in std::shared_ptr<Service::HID::HidSys> std::allocate_shared<Service::HID::HidSys, std::allocator<Service::HID::HidSys>>(std::allocator<Service::HID::HidSys> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf99094 in std::shared_ptr<Service::HID::HidSys> std::make_shared<Service::HID::HidSys>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf99094 in Service::HID::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/hid/hid.cpp:802
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d123b15 in std::shared_ptr<Service::PM::BootMode> std::make_shared<Service::PM::BootMode>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d123b15 in Service::PM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pm/pm.cpp:64
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf1df25 in std::shared_ptr<Service::EUPLD::ErrorUploadContext> std::make_shared<Service::EUPLD::ErrorUploadContext>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf1df25 in Service::EUPLD::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/eupld/eupld.cpp:48
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce87a95 in std::shared_ptr<Service::Audio::AudDbg>::shared_ptr<std::allocator<Service::Audio::AudDbg>, char const (&) [9]>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudDbg> const&, char const (&) [9]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce87a95 in std::shared_ptr<Service::Audio::AudDbg> std::allocate_shared<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, char const (&) [9]>(std::allocator<Service::Audio::AudDbg> const&, char const (&) [9]) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29ce87a95 in std::shared_ptr<Service::Audio::AudDbg> std::make_shared<Service::Audio::AudDbg, char const (&) [9]>(char const (&) [9]) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29ce87a95 in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:35
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d12a3fa in std::shared_ptr<Service::PlayReport::PlayReport>::shared_ptr<std::allocator<Service::PlayReport::PlayReport>, char const (&) [8]>(std::_Sp_make_shared_tag, std::allocator<Service::PlayReport::PlayReport> const&, char const (&) [8]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d12a3fa in std::shared_ptr<Service::PlayReport::PlayReport> std::allocate_shared<Service::PlayReport::PlayReport, std::allocator<Service::PlayReport::PlayReport>, char const (&) [8]>(std::allocator<Service::PlayReport::PlayReport> const&, char const (&) [8]) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29d12a3fa in std::shared_ptr<Service::PlayReport::PlayReport> std::make_shared<Service::PlayReport::PlayReport, char const (&) [8]>(char const (&) [8]) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29d12a3fa in Service::PlayReport::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/prepo/prepo.cpp:39
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cdd3703 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::AM::IdleSys, std::allocator<Service::AM::IdleSys>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cdd3703 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::IdleSys, std::allocator<Service::AM::IdleSys>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::IdleSys, std::allocator<Service::AM::IdleSys>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cdd3703 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::IdleSys, std::allocator<Service::AM::IdleSys>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::IdleSys, std::allocator<Service::AM::IdleSys>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::IdleSys, std::allocator<Service::AM::IdleSys>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cdd3703 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::AM::IdleSys, std::allocator<Service::AM::IdleSys>>(std::_Sp_make_shared_tag, Service::AM::IdleSys*, std::allocator<Service::AM::IdleSys> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cdd3703 in std::__shared_ptr<Service::AM::IdleSys, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::AM::IdleSys>>(std::_Sp_make_shared_tag, std::allocator<Service::AM::IdleSys> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cdd3703 in std::shared_ptr<Service::AM::IdleSys>::shared_ptr<std::allocator<Service::AM::IdleSys>>(std::_Sp_make_shared_tag, std::allocator<Service::AM::IdleSys> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cdd3703 in std::shared_ptr<Service::AM::IdleSys> std::allocate_shared<Service::AM::IdleSys, std::allocator<Service::AM::IdleSys>>(std::allocator<Service::AM::IdleSys> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cdd3703 in std::shared_ptr<Service::AM::IdleSys> std::make_shared<Service::AM::IdleSys>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cdd3703 in Service::AM::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<Service::NVFlinger::NVFlinger>) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/am/am.cpp:703
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cbf2be7 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_CAL, std::allocator<Service::Set::SET_CAL>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cbf2be7 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_CAL, std::allocator<Service::Set::SET_CAL>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_CAL, std::allocator<Service::Set::SET_CAL>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cbf2be7 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_CAL, std::allocator<Service::Set::SET_CAL>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_CAL, std::allocator<Service::Set::SET_CAL>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_CAL, std::allocator<Service::Set::SET_CAL>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cbf2be7 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Set::SET_CAL, std::allocator<Service::Set::SET_CAL>>(std::_Sp_make_shared_tag, Service::Set::SET_CAL*, std::allocator<Service::Set::SET_CAL> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cbf2be7 in std::__shared_ptr<Service::Set::SET_CAL, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Set::SET_CAL>>(std::_Sp_make_shared_tag, std::allocator<Service::Set::SET_CAL> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cbf2be7 in std::shared_ptr<Service::Set::SET_CAL>::shared_ptr<std::allocator<Service::Set::SET_CAL>>(std::_Sp_make_shared_tag, std::allocator<Service::Set::SET_CAL> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cbf2be7 in std::shared_ptr<Service::Set::SET_CAL> std::allocate_shared<Service::Set::SET_CAL, std::allocator<Service::Set::SET_CAL>>(std::allocator<Service::Set::SET_CAL> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cbf2be7 in std::shared_ptr<Service::Set::SET_CAL> std::make_shared<Service::Set::SET_CAL>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cbf2be7 in Service::Set::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/set/settings.cpp:15
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d12cdc3 in std::shared_ptr<Service::PSC::PSC_M> std::make_shared<Service::PSC::PSC_M>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d12cdc3 in Service::PSC::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/psc/psc.cpp:74
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d12467d in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::PM::Shell, std::allocator<Service::PM::Shell>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d12467d in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::Shell, std::allocator<Service::PM::Shell>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::Shell, std::allocator<Service::PM::Shell>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d12467d in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::Shell, std::allocator<Service::PM::Shell>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::Shell, std::allocator<Service::PM::Shell>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::Shell, std::allocator<Service::PM::Shell>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d12467d in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::PM::Shell, std::allocator<Service::PM::Shell>>(std::_Sp_make_shared_tag, Service::PM::Shell*, std::allocator<Service::PM::Shell> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d12467d in std::__shared_ptr<Service::PM::Shell, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::PM::Shell>>(std::_Sp_make_shared_tag, std::allocator<Service::PM::Shell> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d12467d in std::shared_ptr<Service::PM::Shell>::shared_ptr<std::allocator<Service::PM::Shell>>(std::_Sp_make_shared_tag, std::allocator<Service::PM::Shell> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d12467d in std::shared_ptr<Service::PM::Shell> std::allocate_shared<Service::PM::Shell, std::allocator<Service::PM::Shell>>(std::allocator<Service::PM::Shell> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d12467d in std::shared_ptr<Service::PM::Shell> std::make_shared<Service::PM::Shell>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d12467d in Service::PM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pm/pm.cpp:67
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d120c12 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_ARB, std::allocator<Service::PCV::PCV_ARB>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d120c12 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_ARB, std::allocator<Service::PCV::PCV_ARB>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_ARB, std::allocator<Service::PCV::PCV_ARB>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d120c12 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_ARB, std::allocator<Service::PCV::PCV_ARB>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_ARB, std::allocator<Service::PCV::PCV_ARB>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_ARB, std::allocator<Service::PCV::PCV_ARB>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d120c12 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::PCV::PCV_ARB, std::allocator<Service::PCV::PCV_ARB>>(std::_Sp_make_shared_tag, Service::PCV::PCV_ARB*, std::allocator<Service::PCV::PCV_ARB> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d120c12 in std::__shared_ptr<Service::PCV::PCV_ARB, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::PCV::PCV_ARB>>(std::_Sp_make_shared_tag, std::allocator<Service::PCV::PCV_ARB> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d120c12 in std::shared_ptr<Service::PCV::PCV_ARB>::shared_ptr<std::allocator<Service::PCV::PCV_ARB>>(std::_Sp_make_shared_tag, std::allocator<Service::PCV::PCV_ARB> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d120c12 in std::shared_ptr<Service::PCV::PCV_ARB> std::allocate_shared<Service::PCV::PCV_ARB, std::allocator<Service::PCV::PCV_ARB>>(std::allocator<Service::PCV::PCV_ARB> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d120c12 in std::shared_ptr<Service::PCV::PCV_ARB> std::make_shared<Service::PCV::PCV_ARB>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d120c12 in Service::PCV::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pcv/pcv.cpp:80
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d098c21 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_VM, std::allocator<Service::NS::NS_VM>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d098c21 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_VM, std::allocator<Service::NS::NS_VM>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_VM, std::allocator<Service::NS::NS_VM>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d098c21 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_VM, std::allocator<Service::NS::NS_VM>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_VM, std::allocator<Service::NS::NS_VM>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_VM, std::allocator<Service::NS::NS_VM>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d098c21 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NS::NS_VM, std::allocator<Service::NS::NS_VM>>(std::_Sp_make_shared_tag, Service::NS::NS_VM*, std::allocator<Service::NS::NS_VM> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d098c21 in std::__shared_ptr<Service::NS::NS_VM, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NS::NS_VM>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS_VM> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d098c21 in std::shared_ptr<Service::NS::NS_VM>::shared_ptr<std::allocator<Service::NS::NS_VM>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS_VM> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d098c21 in std::shared_ptr<Service::NS::NS_VM> std::allocate_shared<Service::NS::NS_VM, std::allocator<Service::NS::NS_VM>>(std::allocator<Service::NS::NS_VM> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d098c21 in std::shared_ptr<Service::NS::NS_VM> std::make_shared<Service::NS::NS_VM>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d098c21 in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:456
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc12508 in std::shared_ptr<Service::SSL::SSL> std::make_shared<Service::SSL::SSL>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc12508 in Service::SSL::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ssl/ssl.cpp:116
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d12a77d in std::shared_ptr<Service::PlayReport::PlayReport> std::make_shared<Service::PlayReport::PlayReport, char const (&) [8]>(char const (&) [8]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d12a77d in Service::PlayReport::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/prepo/prepo.cpp:40
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d120fdd in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_IMM, std::allocator<Service::PCV::PCV_IMM>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d120fdd in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_IMM, std::allocator<Service::PCV::PCV_IMM>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_IMM, std::allocator<Service::PCV::PCV_IMM>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d120fdd in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_IMM, std::allocator<Service::PCV::PCV_IMM>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_IMM, std::allocator<Service::PCV::PCV_IMM>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::PCV::PCV_IMM, std::allocator<Service::PCV::PCV_IMM>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d120fdd in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::PCV::PCV_IMM, std::allocator<Service::PCV::PCV_IMM>>(std::_Sp_make_shared_tag, Service::PCV::PCV_IMM*, std::allocator<Service::PCV::PCV_IMM> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d120fdd in std::__shared_ptr<Service::PCV::PCV_IMM, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::PCV::PCV_IMM>>(std::_Sp_make_shared_tag, std::allocator<Service::PCV::PCV_IMM> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d120fdd in std::shared_ptr<Service::PCV::PCV_IMM>::shared_ptr<std::allocator<Service::PCV::PCV_IMM>>(std::_Sp_make_shared_tag, std::allocator<Service::PCV::PCV_IMM> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d120fdd in std::shared_ptr<Service::PCV::PCV_IMM> std::allocate_shared<Service::PCV::PCV_IMM, std::allocator<Service::PCV::PCV_IMM>>(std::allocator<Service::PCV::PCV_IMM> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d120fdd in std::shared_ptr<Service::PCV::PCV_IMM> std::make_shared<Service::PCV::PCV_IMM>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d120fdd in Service::PCV::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pcv/pcv.cpp:81
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e937a in std::shared_ptr<Service::Nvidia::NVMEMP> std::make_shared<Service::Nvidia::NVMEMP>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e937a in Service::Nvidia::InstallInterfaces(Service::SM::ServiceManager&, Service::NVFlinger::NVFlinger&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:29
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf0a4e2 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_DBG, std::allocator<Service::BTM::BTM_DBG>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf0a4e2 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_DBG, std::allocator<Service::BTM::BTM_DBG>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_DBG, std::allocator<Service::BTM::BTM_DBG>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf0a4e2 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_DBG, std::allocator<Service::BTM::BTM_DBG>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_DBG, std::allocator<Service::BTM::BTM_DBG>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::BTM::BTM_DBG, std::allocator<Service::BTM::BTM_DBG>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf0a4e2 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::BTM::BTM_DBG, std::allocator<Service::BTM::BTM_DBG>>(std::_Sp_make_shared_tag, Service::BTM::BTM_DBG*, std::allocator<Service::BTM::BTM_DBG> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf0a4e2 in std::__shared_ptr<Service::BTM::BTM_DBG, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::BTM::BTM_DBG>>(std::_Sp_make_shared_tag, std::allocator<Service::BTM::BTM_DBG> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf0a4e2 in std::shared_ptr<Service::BTM::BTM_DBG>::shared_ptr<std::allocator<Service::BTM::BTM_DBG>>(std::_Sp_make_shared_tag, std::allocator<Service::BTM::BTM_DBG> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf0a4e2 in std::shared_ptr<Service::BTM::BTM_DBG> std::allocate_shared<Service::BTM::BTM_DBG, std::allocator<Service::BTM::BTM_DBG>>(std::allocator<Service::BTM::BTM_DBG> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf0a4e2 in std::shared_ptr<Service::BTM::BTM_DBG> std::make_shared<Service::BTM::BTM_DBG>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf0a4e2 in Service::BTM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/btm/btm.cpp:117
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d098470 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_DEV, std::allocator<Service::NS::NS_DEV>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d098470 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_DEV, std::allocator<Service::NS::NS_DEV>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_DEV, std::allocator<Service::NS::NS_DEV>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d098470 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_DEV, std::allocator<Service::NS::NS_DEV>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_DEV, std::allocator<Service::NS::NS_DEV>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS_DEV, std::allocator<Service::NS::NS_DEV>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d098470 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NS::NS_DEV, std::allocator<Service::NS::NS_DEV>>(std::_Sp_make_shared_tag, Service::NS::NS_DEV*, std::allocator<Service::NS::NS_DEV> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d098470 in std::__shared_ptr<Service::NS::NS_DEV, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NS::NS_DEV>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS_DEV> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d098470 in std::shared_ptr<Service::NS::NS_DEV>::shared_ptr<std::allocator<Service::NS::NS_DEV>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS_DEV> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d098470 in std::shared_ptr<Service::NS::NS_DEV> std::allocate_shared<Service::NS::NS_DEV, std::allocator<Service::NS::NS_DEV>>(std::allocator<Service::NS::NS_DEV> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d098470 in std::shared_ptr<Service::NS::NS_DEV> std::make_shared<Service::NS::NS_DEV>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d098470 in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:454
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d059212 in std::shared_ptr<Service::NIFM::NetworkInterface> std::make_shared<Service::NIFM::NetworkInterface, char const (&) [7]>(char const (&) [7]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d059212 in Service::NIFM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nifm/nifm.cpp:237
#3 0x7ffc24d76eaf ([stack]+0x1eeaf)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d09752f in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d09752f in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d09752f in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d09752f in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NS::NS, std::allocator<Service::NS::NS>, char const (&) [6]>(std::_Sp_make_shared_tag, Service::NS::NS*, std::allocator<Service::NS::NS> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d09752f in std::__shared_ptr<Service::NS::NS, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NS::NS>, char const (&) [6]>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d09752f in std::shared_ptr<Service::NS::NS>::shared_ptr<std::allocator<Service::NS::NS>, char const (&) [6]>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d09752f in std::shared_ptr<Service::NS::NS> std::allocate_shared<Service::NS::NS, std::allocator<Service::NS::NS>, char const (&) [6]>(std::allocator<Service::NS::NS> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d09752f in std::shared_ptr<Service::NS::NS> std::make_shared<Service::NS::NS, char const (&) [6]>(char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d09752f in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:449
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d12ca05 in std::shared_ptr<Service::PSC::PSC_C> std::make_shared<Service::PSC::PSC_C>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d12ca05 in Service::PSC::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/psc/psc.cpp:73
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d09343f in std::shared_ptr<Service::NIM::NIM> std::make_shared<Service::NIM::NIM>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d09343f in Service::NIM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nim/nim.cpp:119
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d01909d in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_SYS, std::allocator<Service::NFC::NFC_SYS>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d01909d in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_SYS, std::allocator<Service::NFC::NFC_SYS>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_SYS, std::allocator<Service::NFC::NFC_SYS>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d01909d in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_SYS, std::allocator<Service::NFC::NFC_SYS>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_SYS, std::allocator<Service::NFC::NFC_SYS>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_SYS, std::allocator<Service::NFC::NFC_SYS>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d01909d in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NFC::NFC_SYS, std::allocator<Service::NFC::NFC_SYS>>(std::_Sp_make_shared_tag, Service::NFC::NFC_SYS*, std::allocator<Service::NFC::NFC_SYS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d01909d in std::__shared_ptr<Service::NFC::NFC_SYS, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NFC::NFC_SYS>>(std::_Sp_make_shared_tag, std::allocator<Service::NFC::NFC_SYS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d01909d in std::shared_ptr<Service::NFC::NFC_SYS>::shared_ptr<std::allocator<Service::NFC::NFC_SYS>>(std::_Sp_make_shared_tag, std::allocator<Service::NFC::NFC_SYS> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d01909d in std::shared_ptr<Service::NFC::NFC_SYS> std::allocate_shared<Service::NFC::NFC_SYS, std::allocator<Service::NFC::NFC_SYS>>(std::allocator<Service::NFC::NFC_SYS> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d01909d in std::shared_ptr<Service::NFC::NFC_SYS> std::make_shared<Service::NFC::NFC_SYS>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d01909d in Service::NFC::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nfc/nfc.cpp:219
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf99b53 in std::shared_ptr<Service::HID::IRS_SYS> std::make_shared<Service::HID::IRS_SYS>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf99b53 in Service::HID::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/hid/hid.cpp:806
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf156bb in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SU, std::allocator<Service::Capture::CAPS_SU>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf156bb in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SU, std::allocator<Service::Capture::CAPS_SU>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SU, std::allocator<Service::Capture::CAPS_SU>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf156bb in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SU, std::allocator<Service::Capture::CAPS_SU>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SU, std::allocator<Service::Capture::CAPS_SU>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SU, std::allocator<Service::Capture::CAPS_SU>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf156bb in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Capture::CAPS_SU, std::allocator<Service::Capture::CAPS_SU>>(std::_Sp_make_shared_tag, Service::Capture::CAPS_SU*, std::allocator<Service::Capture::CAPS_SU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf156bb in std::__shared_ptr<Service::Capture::CAPS_SU, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Capture::CAPS_SU>>(std::_Sp_make_shared_tag, std::allocator<Service::Capture::CAPS_SU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf156bb in std::shared_ptr<Service::Capture::CAPS_SU>::shared_ptr<std::allocator<Service::Capture::CAPS_SU>>(std::_Sp_make_shared_tag, std::allocator<Service::Capture::CAPS_SU> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf156bb in std::shared_ptr<Service::Capture::CAPS_SU> std::allocate_shared<Service::Capture::CAPS_SU, std::allocator<Service::Capture::CAPS_SU>>(std::allocator<Service::Capture::CAPS_SU> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf156bb in std::shared_ptr<Service::Capture::CAPS_SU> std::make_shared<Service::Capture::CAPS_SU>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf156bb in Service::Capture::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/caps/caps.cpp:148
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0595d7 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0595d7 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d0595d7 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d0595d7 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, char const (&) [7]>(std::_Sp_make_shared_tag, Service::NIFM::NetworkInterface*, std::allocator<Service::NIFM::NetworkInterface> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d0595d7 in std::__shared_ptr<Service::NIFM::NetworkInterface, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NIFM::NetworkInterface>, char const (&) [7]>(std::_Sp_make_shared_tag, std::allocator<Service::NIFM::NetworkInterface> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d0595d7 in std::shared_ptr<Service::NIFM::NetworkInterface>::shared_ptr<std::allocator<Service::NIFM::NetworkInterface>, char const (&) [7]>(std::_Sp_make_shared_tag, std::allocator<Service::NIFM::NetworkInterface> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d0595d7 in std::shared_ptr<Service::NIFM::NetworkInterface> std::allocate_shared<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, char const (&) [7]>(std::allocator<Service::NIFM::NetworkInterface> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d0595d7 in std::shared_ptr<Service::NIFM::NetworkInterface> std::make_shared<Service::NIFM::NetworkInterface, char const (&) [7]>(char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d0595d7 in Service::NIFM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nifm/nifm.cpp:238
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d004d3f in std::shared_ptr<Service::Mii::MiiDBModule> std::make_shared<Service::Mii::MiiDBModule, char const (&) [6]>(char const (&) [6]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d004d3f in Service::Mii::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/mii/mii.cpp:101
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfefaf8 in std::shared_ptr<Service::LM::LM> std::make_shared<Service::LM::LM>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cfefaf8 in Service::LM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/lm/lm.cpp:192
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfec503 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::LDR::Shell, std::allocator<Service::LDR::Shell>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cfec503 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::Shell, std::allocator<Service::LDR::Shell>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::Shell, std::allocator<Service::LDR::Shell>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cfec503 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::Shell, std::allocator<Service::LDR::Shell>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::Shell, std::allocator<Service::LDR::Shell>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::Shell, std::allocator<Service::LDR::Shell>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cfec503 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::LDR::Shell, std::allocator<Service::LDR::Shell>>(std::_Sp_make_shared_tag, Service::LDR::Shell*, std::allocator<Service::LDR::Shell> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cfec503 in std::__shared_ptr<Service::LDR::Shell, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::LDR::Shell>>(std::_Sp_make_shared_tag, std::allocator<Service::LDR::Shell> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cfec503 in std::shared_ptr<Service::LDR::Shell>::shared_ptr<std::allocator<Service::LDR::Shell>>(std::_Sp_make_shared_tag, std::allocator<Service::LDR::Shell> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cfec503 in std::shared_ptr<Service::LDR::Shell> std::allocate_shared<Service::LDR::Shell, std::allocator<Service::LDR::Shell>>(std::allocator<Service::LDR::Shell> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cfec503 in std::shared_ptr<Service::LDR::Shell> std::make_shared<Service::LDR::Shell>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cfec503 in Service::LDR::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ldr/ldr.cpp:77
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfd8702 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNS, std::allocator<Service::LDN::LDNS>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cfd8702 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNS, std::allocator<Service::LDN::LDNS>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNS, std::allocator<Service::LDN::LDNS>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cfd8702 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNS, std::allocator<Service::LDN::LDNS>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNS, std::allocator<Service::LDN::LDNS>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::LDN::LDNS, std::allocator<Service::LDN::LDNS>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cfd8702 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::LDN::LDNS, std::allocator<Service::LDN::LDNS>>(std::_Sp_make_shared_tag, Service::LDN::LDNS*, std::allocator<Service::LDN::LDNS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cfd8702 in std::__shared_ptr<Service::LDN::LDNS, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::LDN::LDNS>>(std::_Sp_make_shared_tag, std::allocator<Service::LDN::LDNS> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cfd8702 in std::shared_ptr<Service::LDN::LDNS>::shared_ptr<std::allocator<Service::LDN::LDNS>>(std::_Sp_make_shared_tag, std::allocator<Service::LDN::LDNS> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cfd8702 in std::shared_ptr<Service::LDN::LDNS> std::allocate_shared<Service::LDN::LDNS, std::allocator<Service::LDN::LDNS>>(std::allocator<Service::LDN::LDNS> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cfd8702 in std::shared_ptr<Service::LDN::LDNS> std::make_shared<Service::LDN::LDNS>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cfd8702 in Service::LDN::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ldn/ldn.cpp:138
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfd832f in std::shared_ptr<Service::LDN::LDNM> std::make_shared<Service::LDN::LDNM>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cfd832f in Service::LDN::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ldn/ldn.cpp:137
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d00510f in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiDBModule, std::allocator<Service::Mii::MiiDBModule>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d00510f in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiDBModule, std::allocator<Service::Mii::MiiDBModule>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiDBModule, std::allocator<Service::Mii::MiiDBModule>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d00510f in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiDBModule, std::allocator<Service::Mii::MiiDBModule>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiDBModule, std::allocator<Service::Mii::MiiDBModule>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Mii::MiiDBModule, std::allocator<Service::Mii::MiiDBModule>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d00510f in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Mii::MiiDBModule, std::allocator<Service::Mii::MiiDBModule>, char const (&) [6]>(std::_Sp_make_shared_tag, Service::Mii::MiiDBModule*, std::allocator<Service::Mii::MiiDBModule> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d00510f in std::__shared_ptr<Service::Mii::MiiDBModule, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Mii::MiiDBModule>, char const (&) [6]>(std::_Sp_make_shared_tag, std::allocator<Service::Mii::MiiDBModule> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d00510f in std::shared_ptr<Service::Mii::MiiDBModule>::shared_ptr<std::allocator<Service::Mii::MiiDBModule>, char const (&) [6]>(std::_Sp_make_shared_tag, std::allocator<Service::Mii::MiiDBModule> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d00510f in std::shared_ptr<Service::Mii::MiiDBModule> std::allocate_shared<Service::Mii::MiiDBModule, std::allocator<Service::Mii::MiiDBModule>, char const (&) [6]>(std::allocator<Service::Mii::MiiDBModule> const&, char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d00510f in std::shared_ptr<Service::Mii::MiiDBModule> std::make_shared<Service::Mii::MiiDBModule, char const (&) [6]>(char const (&) [6]) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d00510f in Service::Mii::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/mii/mii.cpp:102
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d016305 in std::shared_ptr<Service::NCM::LocationResolver> std::make_shared<Service::NCM::LocationResolver>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d016305 in Service::NCM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ncm/ncm.cpp:55
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf9892b in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidBus, std::allocator<Service::HID::HidBus>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf9892b in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidBus, std::allocator<Service::HID::HidBus>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidBus, std::allocator<Service::HID::HidBus>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf9892b in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidBus, std::allocator<Service::HID::HidBus>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidBus, std::allocator<Service::HID::HidBus>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::HID::HidBus, std::allocator<Service::HID::HidBus>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf9892b in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::HID::HidBus, std::allocator<Service::HID::HidBus>>(std::_Sp_make_shared_tag, Service::HID::HidBus*, std::allocator<Service::HID::HidBus> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf9892b in std::__shared_ptr<Service::HID::HidBus, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::HID::HidBus>>(std::_Sp_make_shared_tag, std::allocator<Service::HID::HidBus> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf9892b in std::shared_ptr<Service::HID::HidBus>::shared_ptr<std::allocator<Service::HID::HidBus>>(std::_Sp_make_shared_tag, std::allocator<Service::HID::HidBus> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf9892b in std::shared_ptr<Service::HID::HidBus> std::allocate_shared<Service::HID::HidBus, std::allocator<Service::HID::HidBus>>(std::allocator<Service::HID::HidBus> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf9892b in std::shared_ptr<Service::HID::HidBus> std::make_shared<Service::HID::HidBus>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf9892b in Service::HID::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/hid/hid.cpp:800
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf7bb4c in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM_DBG, std::allocator<Service::FGM::FGM_DBG>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf7bb4c in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM_DBG, std::allocator<Service::FGM::FGM_DBG>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM_DBG, std::allocator<Service::FGM::FGM_DBG>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf7bb4c in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM_DBG, std::allocator<Service::FGM::FGM_DBG>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM_DBG, std::allocator<Service::FGM::FGM_DBG>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::FGM::FGM_DBG, std::allocator<Service::FGM::FGM_DBG>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf7bb4c in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::FGM::FGM_DBG, std::allocator<Service::FGM::FGM_DBG>>(std::_Sp_make_shared_tag, Service::FGM::FGM_DBG*, std::allocator<Service::FGM::FGM_DBG> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf7bb4c in std::__shared_ptr<Service::FGM::FGM_DBG, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::FGM::FGM_DBG>>(std::_Sp_make_shared_tag, std::allocator<Service::FGM::FGM_DBG> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf7bb4c in std::shared_ptr<Service::FGM::FGM_DBG>::shared_ptr<std::allocator<Service::FGM::FGM_DBG>>(std::_Sp_make_shared_tag, std::allocator<Service::FGM::FGM_DBG> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf7bb4c in std::shared_ptr<Service::FGM::FGM_DBG> std::allocate_shared<Service::FGM::FGM_DBG, std::allocator<Service::FGM::FGM_DBG>>(std::allocator<Service::FGM::FGM_DBG> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf7bb4c in std::shared_ptr<Service::FGM::FGM_DBG> std::make_shared<Service::FGM::FGM_DBG>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf7bb4c in Service::FGM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/fgm/fgm.cpp:72
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce8502d in std::shared_ptr<Service::Audio::AudCtl> std::make_shared<Service::Audio::AudCtl>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce8502d in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:22
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf08878 in std::shared_ptr<Service::BtDrv::BtDrv> std::make_shared<Service::BtDrv::BtDrv>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf08878 in Service::BtDrv::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/btdrv/btdrv.cpp:69
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf1ad43 in std::shared_ptr<Service::ERPT::ErrorReportSession> std::make_shared<Service::ERPT::ErrorReportSession>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf1ad43 in Service::ERPT::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/erpt/erpt.cpp:48
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc04b39 in std::shared_ptr<Service::Sockets::NSD> std::make_shared<Service::Sockets::NSD, char const (&) [6]>(char const (&) [6]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc04b39 in Service::Sockets::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/sockets/sockets.cpp:22
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc04419 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_I, std::allocator<Service::Sockets::ETHC_I>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc04419 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_I, std::allocator<Service::Sockets::ETHC_I>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_I, std::allocator<Service::Sockets::ETHC_I>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cc04419 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_I, std::allocator<Service::Sockets::ETHC_I>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_I, std::allocator<Service::Sockets::ETHC_I>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_I, std::allocator<Service::Sockets::ETHC_I>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cc04419 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Sockets::ETHC_I, std::allocator<Service::Sockets::ETHC_I>>(std::_Sp_make_shared_tag, Service::Sockets::ETHC_I*, std::allocator<Service::Sockets::ETHC_I> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cc04419 in std::__shared_ptr<Service::Sockets::ETHC_I, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Sockets::ETHC_I>>(std::_Sp_make_shared_tag, std::allocator<Service::Sockets::ETHC_I> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cc04419 in std::shared_ptr<Service::Sockets::ETHC_I>::shared_ptr<std::allocator<Service::Sockets::ETHC_I>>(std::_Sp_make_shared_tag, std::allocator<Service::Sockets::ETHC_I> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cc04419 in std::shared_ptr<Service::Sockets::ETHC_I> std::allocate_shared<Service::Sockets::ETHC_I, std::allocator<Service::Sockets::ETHC_I>>(std::allocator<Service::Sockets::ETHC_I> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cc04419 in std::shared_ptr<Service::Sockets::ETHC_I> std::make_shared<Service::Sockets::ETHC_I>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cc04419 in Service::Sockets::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/sockets/sockets.cpp:19
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf1a985 in std::shared_ptr<Service::ERPT::ErrorReportContext> std::make_shared<Service::ERPT::ErrorReportContext>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf1a985 in Service::ERPT::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/erpt/erpt.cpp:47
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d093812 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NIM_SHP, std::allocator<Service::NIM::NIM_SHP>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d093812 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NIM_SHP, std::allocator<Service::NIM::NIM_SHP>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NIM_SHP, std::allocator<Service::NIM::NIM_SHP>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d093812 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NIM_SHP, std::allocator<Service::NIM::NIM_SHP>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NIM_SHP, std::allocator<Service::NIM::NIM_SHP>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NIM::NIM_SHP, std::allocator<Service::NIM::NIM_SHP>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d093812 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NIM::NIM_SHP, std::allocator<Service::NIM::NIM_SHP>>(std::_Sp_make_shared_tag, Service::NIM::NIM_SHP*, std::allocator<Service::NIM::NIM_SHP> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d093812 in std::__shared_ptr<Service::NIM::NIM_SHP, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NIM::NIM_SHP>>(std::_Sp_make_shared_tag, std::allocator<Service::NIM::NIM_SHP> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d093812 in std::shared_ptr<Service::NIM::NIM_SHP>::shared_ptr<std::allocator<Service::NIM::NIM_SHP>>(std::_Sp_make_shared_tag, std::allocator<Service::NIM::NIM_SHP> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d093812 in std::shared_ptr<Service::NIM::NIM_SHP> std::allocate_shared<Service::NIM::NIM_SHP, std::allocator<Service::NIM::NIM_SHP>>(std::allocator<Service::NIM::NIM_SHP> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d093812 in std::shared_ptr<Service::NIM::NIM_SHP> std::make_shared<Service::NIM::NIM_SHP>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d093812 in Service::NIM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nim/nim.cpp:120
#10 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d05999a in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d05999a in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d05999a in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d05999a in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, char const (&) [7]>(std::_Sp_make_shared_tag, Service::NIFM::NetworkInterface*, std::allocator<Service::NIFM::NetworkInterface> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d05999a in std::__shared_ptr<Service::NIFM::NetworkInterface, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NIFM::NetworkInterface>, char const (&) [7]>(std::_Sp_make_shared_tag, std::allocator<Service::NIFM::NetworkInterface> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d05999a in std::shared_ptr<Service::NIFM::NetworkInterface>::shared_ptr<std::allocator<Service::NIFM::NetworkInterface>, char const (&) [7]>(std::_Sp_make_shared_tag, std::allocator<Service::NIFM::NetworkInterface> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d05999a in std::shared_ptr<Service::NIFM::NetworkInterface> std::allocate_shared<Service::NIFM::NetworkInterface, std::allocator<Service::NIFM::NetworkInterface>, char const (&) [7]>(std::allocator<Service::NIFM::NetworkInterface> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d05999a in std::shared_ptr<Service::NIFM::NetworkInterface> std::make_shared<Service::NIFM::NetworkInterface, char const (&) [7]>(char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d05999a in Service::NIFM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nifm/nifm.cpp:239
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf14f0b in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SC, std::allocator<Service::Capture::CAPS_SC>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf14f0b in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SC, std::allocator<Service::Capture::CAPS_SC>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SC, std::allocator<Service::Capture::CAPS_SC>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cf14f0b in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SC, std::allocator<Service::Capture::CAPS_SC>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SC, std::allocator<Service::Capture::CAPS_SC>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Capture::CAPS_SC, std::allocator<Service::Capture::CAPS_SC>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cf14f0b in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Capture::CAPS_SC, std::allocator<Service::Capture::CAPS_SC>>(std::_Sp_make_shared_tag, Service::Capture::CAPS_SC*, std::allocator<Service::Capture::CAPS_SC> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cf14f0b in std::__shared_ptr<Service::Capture::CAPS_SC, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Capture::CAPS_SC>>(std::_Sp_make_shared_tag, std::allocator<Service::Capture::CAPS_SC> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cf14f0b in std::shared_ptr<Service::Capture::CAPS_SC>::shared_ptr<std::allocator<Service::Capture::CAPS_SC>>(std::_Sp_make_shared_tag, std::allocator<Service::Capture::CAPS_SC> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cf14f0b in std::shared_ptr<Service::Capture::CAPS_SC> std::allocate_shared<Service::Capture::CAPS_SC, std::allocator<Service::Capture::CAPS_SC>>(std::allocator<Service::Capture::CAPS_SC> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cf14f0b in std::shared_ptr<Service::Capture::CAPS_SC> std::make_shared<Service::Capture::CAPS_SC>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cf14f0b in Service::Capture::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/caps/caps.cpp:146
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc047a7 in std::shared_ptr<Service::Sockets::NSD> std::make_shared<Service::Sockets::NSD, char const (&) [6]>(char const (&) [6]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc047a7 in Service::Sockets::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/sockets/sockets.cpp:21
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cca15b3 in std::shared_ptr<Service::WLAN::WLANSocketGetFrame> std::make_shared<Service::WLAN::WLANSocketGetFrame>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cca15b3 in Service::WLAN::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/wlan/wlan.cpp:168
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf06825 in std::shared_ptr<Service::BPC::BPC> std::make_shared<Service::BPC::BPC>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf06825 in Service::BPC::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/bpc/bpc.cpp:53
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce87e27 in std::shared_ptr<Service::Audio::AudDbg>::shared_ptr<std::allocator<Service::Audio::AudDbg>, char const (&) [9]>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudDbg> const&, char const (&) [9]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce87e27 in std::shared_ptr<Service::Audio::AudDbg> std::allocate_shared<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, char const (&) [9]>(std::allocator<Service::Audio::AudDbg> const&, char const (&) [9]) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29ce87e27 in std::shared_ptr<Service::Audio::AudDbg> std::make_shared<Service::Audio::AudDbg, char const (&) [9]>(char const (&) [9]) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29ce87e27 in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:36
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce7ba35 in std::shared_ptr<Service::ARP::ARP_R> std::make_shared<Service::ARP::ARP_R>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce7ba35 in Service::ARP::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/arp/arp.cpp:71
#3 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce87707 in std::shared_ptr<Service::Audio::AudDbg>::shared_ptr<std::allocator<Service::Audio::AudDbg>, char const (&) [8]>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudDbg> const&, char const (&) [8]) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce87707 in std::shared_ptr<Service::Audio::AudDbg> std::allocate_shared<Service::Audio::AudDbg, std::allocator<Service::Audio::AudDbg>, char const (&) [8]>(std::allocator<Service::Audio::AudDbg> const&, char const (&) [8]) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29ce87707 in std::shared_ptr<Service::Audio::AudDbg> std::make_shared<Service::Audio::AudDbg, char const (&) [8]>(char const (&) [8]) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29ce87707 in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:34
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc0408c in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_C, std::allocator<Service::Sockets::ETHC_C>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc0408c in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_C, std::allocator<Service::Sockets::ETHC_C>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_C, std::allocator<Service::Sockets::ETHC_C>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cc0408c in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_C, std::allocator<Service::Sockets::ETHC_C>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_C, std::allocator<Service::Sockets::ETHC_C>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Sockets::ETHC_C, std::allocator<Service::Sockets::ETHC_C>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cc0408c in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Sockets::ETHC_C, std::allocator<Service::Sockets::ETHC_C>>(std::_Sp_make_shared_tag, Service::Sockets::ETHC_C*, std::allocator<Service::Sockets::ETHC_C> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cc0408c in std::__shared_ptr<Service::Sockets::ETHC_C, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Sockets::ETHC_C>>(std::_Sp_make_shared_tag, std::allocator<Service::Sockets::ETHC_C> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cc0408c in std::shared_ptr<Service::Sockets::ETHC_C>::shared_ptr<std::allocator<Service::Sockets::ETHC_C>>(std::_Sp_make_shared_tag, std::allocator<Service::Sockets::ETHC_C> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cc0408c in std::shared_ptr<Service::Sockets::ETHC_C> std::allocate_shared<Service::Sockets::ETHC_C, std::allocator<Service::Sockets::ETHC_C>>(std::allocator<Service::Sockets::ETHC_C> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cc0408c in std::shared_ptr<Service::Sockets::ETHC_C> std::make_shared<Service::Sockets::ETHC_C>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cc0408c in Service::Sockets::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/sockets/sockets.cpp:18
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cbf2864 in std::shared_ptr<Service::Set::SET> std::make_shared<Service::Set::SET>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cbf2864 in Service::Set::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/set/settings.cpp:14
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce868dd in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenA, std::allocator<Service::Audio::AudRenA>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce868dd in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenA, std::allocator<Service::Audio::AudRenA>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenA, std::allocator<Service::Audio::AudRenA>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ce868dd in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenA, std::allocator<Service::Audio::AudRenA>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenA, std::allocator<Service::Audio::AudRenA>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudRenA, std::allocator<Service::Audio::AudRenA>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29ce868dd in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Audio::AudRenA, std::allocator<Service::Audio::AudRenA>>(std::_Sp_make_shared_tag, Service::Audio::AudRenA*, std::allocator<Service::Audio::AudRenA> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29ce868dd in std::__shared_ptr<Service::Audio::AudRenA, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Audio::AudRenA>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudRenA> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29ce868dd in std::shared_ptr<Service::Audio::AudRenA>::shared_ptr<std::allocator<Service::Audio::AudRenA>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudRenA> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29ce868dd in std::shared_ptr<Service::Audio::AudRenA> std::allocate_shared<Service::Audio::AudRenA, std::allocator<Service::Audio::AudRenA>>(std::allocator<Service::Audio::AudRenA> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29ce868dd in std::shared_ptr<Service::Audio::AudRenA> std::make_shared<Service::Audio::AudRenA>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29ce868dd in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:29
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce861ca in std::shared_ptr<Service::Audio::AudRecA> std::make_shared<Service::Audio::AudRecA>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce861ca in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:27
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce86ff5 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Audio::CodecCtl, std::allocator<Service::Audio::CodecCtl>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce86ff5 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::CodecCtl, std::allocator<Service::Audio::CodecCtl>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::CodecCtl, std::allocator<Service::Audio::CodecCtl>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ce86ff5 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::CodecCtl, std::allocator<Service::Audio::CodecCtl>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::CodecCtl, std::allocator<Service::Audio::CodecCtl>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::CodecCtl, std::allocator<Service::Audio::CodecCtl>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29ce86ff5 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Audio::CodecCtl, std::allocator<Service::Audio::CodecCtl>>(std::_Sp_make_shared_tag, Service::Audio::CodecCtl*, std::allocator<Service::Audio::CodecCtl> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29ce86ff5 in std::__shared_ptr<Service::Audio::CodecCtl, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Audio::CodecCtl>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::CodecCtl> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29ce86ff5 in std::shared_ptr<Service::Audio::CodecCtl>::shared_ptr<std::allocator<Service::Audio::CodecCtl>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::CodecCtl> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29ce86ff5 in std::shared_ptr<Service::Audio::CodecCtl> std::allocate_shared<Service::Audio::CodecCtl, std::allocator<Service::Audio::CodecCtl>>(std::allocator<Service::Audio::CodecCtl> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29ce86ff5 in std::shared_ptr<Service::Audio::CodecCtl> std::make_shared<Service::Audio::CodecCtl>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29ce86ff5 in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:31
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce853af in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutA, std::allocator<Service::Audio::AudOutA>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce853af in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutA, std::allocator<Service::Audio::AudOutA>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutA, std::allocator<Service::Audio::AudOutA>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ce853af in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutA, std::allocator<Service::Audio::AudOutA>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutA, std::allocator<Service::Audio::AudOutA>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudOutA, std::allocator<Service::Audio::AudOutA>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29ce853af in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Audio::AudOutA, std::allocator<Service::Audio::AudOutA>>(std::_Sp_make_shared_tag, Service::Audio::AudOutA*, std::allocator<Service::Audio::AudOutA> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29ce853af in std::__shared_ptr<Service::Audio::AudOutA, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Audio::AudOutA>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudOutA> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29ce853af in std::shared_ptr<Service::Audio::AudOutA>::shared_ptr<std::allocator<Service::Audio::AudOutA>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudOutA> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29ce853af in std::shared_ptr<Service::Audio::AudOutA> std::allocate_shared<Service::Audio::AudOutA, std::allocator<Service::Audio::AudOutA>>(std::allocator<Service::Audio::AudOutA> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29ce853af in std::shared_ptr<Service::Audio::AudOutA> std::make_shared<Service::Audio::AudOutA>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29ce853af in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:23
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce68378 in std::shared_ptr<Service::AOC::AOC_U> std::make_shared<Service::AOC::AOC_U>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce68378 in Service::AOC::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/aoc/aoc_u.cpp:41
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d09809f in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d09809f in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d09809f in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NS::NS, std::allocator<Service::NS::NS>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d09809f in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NS::NS, std::allocator<Service::NS::NS>, char const (&) [7]>(std::_Sp_make_shared_tag, Service::NS::NS*, std::allocator<Service::NS::NS> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d09809f in std::__shared_ptr<Service::NS::NS, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NS::NS>, char const (&) [7]>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d09809f in std::shared_ptr<Service::NS::NS>::shared_ptr<std::allocator<Service::NS::NS>, char const (&) [7]>(std::_Sp_make_shared_tag, std::allocator<Service::NS::NS> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d09809f in std::shared_ptr<Service::NS::NS> std::allocate_shared<Service::NS::NS, std::allocator<Service::NS::NS>, char const (&) [7]>(std::allocator<Service::NS::NS> const&, char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d09809f in std::shared_ptr<Service::NS::NS> std::make_shared<Service::NS::NS, char const (&) [7]>(char const (&) [7]) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d09809f in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:452
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cbf2f79 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_FD, std::allocator<Service::Set::SET_FD>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cbf2f79 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_FD, std::allocator<Service::Set::SET_FD>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_FD, std::allocator<Service::Set::SET_FD>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cbf2f79 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_FD, std::allocator<Service::Set::SET_FD>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_FD, std::allocator<Service::Set::SET_FD>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Set::SET_FD, std::allocator<Service::Set::SET_FD>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cbf2f79 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Set::SET_FD, std::allocator<Service::Set::SET_FD>>(std::_Sp_make_shared_tag, Service::Set::SET_FD*, std::allocator<Service::Set::SET_FD> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cbf2f79 in std::__shared_ptr<Service::Set::SET_FD, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Set::SET_FD>>(std::_Sp_make_shared_tag, std::allocator<Service::Set::SET_FD> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cbf2f79 in std::shared_ptr<Service::Set::SET_FD>::shared_ptr<std::allocator<Service::Set::SET_FD>>(std::_Sp_make_shared_tag, std::allocator<Service::Set::SET_FD> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cbf2f79 in std::shared_ptr<Service::Set::SET_FD> std::allocate_shared<Service::Set::SET_FD, std::allocator<Service::Set::SET_FD>>(std::allocator<Service::Set::SET_FD> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cbf2f79 in std::shared_ptr<Service::Set::SET_FD> std::make_shared<Service::Set::SET_FD>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cbf2f79 in Service::Set::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/set/settings.cpp:16
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cdd3d8a in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::AM::SPSM, std::allocator<Service::AM::SPSM>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cdd3d8a in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::SPSM, std::allocator<Service::AM::SPSM>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::SPSM, std::allocator<Service::AM::SPSM>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cdd3d8a in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::SPSM, std::allocator<Service::AM::SPSM>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::SPSM, std::allocator<Service::AM::SPSM>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::AM::SPSM, std::allocator<Service::AM::SPSM>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cdd3d8a in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::AM::SPSM, std::allocator<Service::AM::SPSM>>(std::_Sp_make_shared_tag, Service::AM::SPSM*, std::allocator<Service::AM::SPSM> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cdd3d8a in std::__shared_ptr<Service::AM::SPSM, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::AM::SPSM>>(std::_Sp_make_shared_tag, std::allocator<Service::AM::SPSM> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cdd3d8a in std::shared_ptr<Service::AM::SPSM>::shared_ptr<std::allocator<Service::AM::SPSM>>(std::_Sp_make_shared_tag, std::allocator<Service::AM::SPSM> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cdd3d8a in std::shared_ptr<Service::AM::SPSM> std::allocate_shared<Service::AM::SPSM, std::allocator<Service::AM::SPSM>>(std::allocator<Service::AM::SPSM> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cdd3d8a in std::shared_ptr<Service::AM::SPSM> std::make_shared<Service::AM::SPSM>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cdd3d8a in Service::AM::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<Service::NVFlinger::NVFlinger>) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/am/am.cpp:705
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cdd3a26 in std::shared_ptr<Service::AM::OMM> std::make_shared<Service::AM::OMM>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cdd3a26 in Service::AM::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<Service::NVFlinger::NVFlinger>) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/am/am.cpp:704
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d018900 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_MF_U, std::allocator<Service::NFC::NFC_MF_U>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d018900 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_MF_U, std::allocator<Service::NFC::NFC_MF_U>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_MF_U, std::allocator<Service::NFC::NFC_MF_U>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d018900 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_MF_U, std::allocator<Service::NFC::NFC_MF_U>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_MF_U, std::allocator<Service::NFC::NFC_MF_U>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::NFC::NFC_MF_U, std::allocator<Service::NFC::NFC_MF_U>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d018900 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NFC::NFC_MF_U, std::allocator<Service::NFC::NFC_MF_U>>(std::_Sp_make_shared_tag, Service::NFC::NFC_MF_U*, std::allocator<Service::NFC::NFC_MF_U> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d018900 in std::__shared_ptr<Service::NFC::NFC_MF_U, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NFC::NFC_MF_U>>(std::_Sp_make_shared_tag, std::allocator<Service::NFC::NFC_MF_U> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d018900 in std::shared_ptr<Service::NFC::NFC_MF_U>::shared_ptr<std::allocator<Service::NFC::NFC_MF_U>>(std::_Sp_make_shared_tag, std::allocator<Service::NFC::NFC_MF_U> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d018900 in std::shared_ptr<Service::NFC::NFC_MF_U> std::allocate_shared<Service::NFC::NFC_MF_U, std::allocator<Service::NFC::NFC_MF_U>>(std::allocator<Service::NFC::NFC_MF_U> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d018900 in std::shared_ptr<Service::NFC::NFC_MF_U> std::make_shared<Service::NFC::NFC_MF_U>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d018900 in Service::NFC::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nfc/nfc.cpp:217
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1242b3 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::PM::Info, std::allocator<Service::PM::Info>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d1242b3 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::Info, std::allocator<Service::PM::Info>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::Info, std::allocator<Service::PM::Info>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d1242b3 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::Info, std::allocator<Service::PM::Info>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::Info, std::allocator<Service::PM::Info>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::PM::Info, std::allocator<Service::PM::Info>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d1242b3 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::PM::Info, std::allocator<Service::PM::Info>>(std::_Sp_make_shared_tag, Service::PM::Info*, std::allocator<Service::PM::Info> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d1242b3 in std::__shared_ptr<Service::PM::Info, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::PM::Info>>(std::_Sp_make_shared_tag, std::allocator<Service::PM::Info> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d1242b3 in std::shared_ptr<Service::PM::Info>::shared_ptr<std::allocator<Service::PM::Info>>(std::_Sp_make_shared_tag, std::allocator<Service::PM::Info> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d1242b3 in std::shared_ptr<Service::PM::Info> std::allocate_shared<Service::PM::Info, std::allocator<Service::PM::Info>>(std::allocator<Service::PM::Info> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d1242b3 in std::shared_ptr<Service::PM::Info> std::make_shared<Service::PM::Info>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d1242b3 in Service::PM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pm/pm.cpp:66
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce85e45 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInU, std::allocator<Service::Audio::AudInU>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce85e45 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInU, std::allocator<Service::Audio::AudInU>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInU, std::allocator<Service::Audio::AudInU>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29ce85e45 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInU, std::allocator<Service::Audio::AudInU>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInU, std::allocator<Service::Audio::AudInU>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Audio::AudInU, std::allocator<Service::Audio::AudInU>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29ce85e45 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Audio::AudInU, std::allocator<Service::Audio::AudInU>>(std::_Sp_make_shared_tag, Service::Audio::AudInU*, std::allocator<Service::Audio::AudInU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29ce85e45 in std::__shared_ptr<Service::Audio::AudInU, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Audio::AudInU>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudInU> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29ce85e45 in std::shared_ptr<Service::Audio::AudInU>::shared_ptr<std::allocator<Service::Audio::AudInU>>(std::_Sp_make_shared_tag, std::allocator<Service::Audio::AudInU> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29ce85e45 in std::shared_ptr<Service::Audio::AudInU> std::allocate_shared<Service::Audio::AudInU, std::allocator<Service::Audio::AudInU>>(std::allocator<Service::Audio::AudInU> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29ce85e45 in std::shared_ptr<Service::Audio::AudInU> std::make_shared<Service::Audio::AudInU>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29ce85e45 in Service::Audio::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/audio/audio.cpp:26
Indirect leak of 144 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfec130 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::LDR::ProcessManager, std::allocator<Service::LDR::ProcessManager>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cfec130 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::ProcessManager, std::allocator<Service::LDR::ProcessManager>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::ProcessManager, std::allocator<Service::LDR::ProcessManager>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cfec130 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::ProcessManager, std::allocator<Service::LDR::ProcessManager>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::ProcessManager, std::allocator<Service::LDR::ProcessManager>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::LDR::ProcessManager, std::allocator<Service::LDR::ProcessManager>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29cfec130 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::LDR::ProcessManager, std::allocator<Service::LDR::ProcessManager>>(std::_Sp_make_shared_tag, Service::LDR::ProcessManager*, std::allocator<Service::LDR::ProcessManager> const&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29cfec130 in std::__shared_ptr<Service::LDR::ProcessManager, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::LDR::ProcessManager>>(std::_Sp_make_shared_tag, std::allocator<Service::LDR::ProcessManager> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29cfec130 in std::shared_ptr<Service::LDR::ProcessManager>::shared_ptr<std::allocator<Service::LDR::ProcessManager>>(std::_Sp_make_shared_tag, std::allocator<Service::LDR::ProcessManager> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29cfec130 in std::shared_ptr<Service::LDR::ProcessManager> std::allocate_shared<Service::LDR::ProcessManager, std::allocator<Service::LDR::ProcessManager>>(std::allocator<Service::LDR::ProcessManager> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29cfec130 in std::shared_ptr<Service::LDR::ProcessManager> std::make_shared<Service::LDR::ProcessManager>() /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29cfec130 in Service::LDR::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ldr/ldr.cpp:76
Indirect leak of 136 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb4cfcf in FileSys::RealVfsFilesystem::OpenDirectory(std::basic_string_view<char, std::char_traits<char> >, FileSys::Mode) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_real.cpp:138
#2 0xfff849aea89 (<unknown module>)
Indirect leak of 136 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e7d88 in std::shared_ptr<Service::Nvidia::Module> std::make_shared<Service::Nvidia::Module>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e7d88 in Service::Nvidia::InstallInterfaces(Service::SM::ServiceManager&, Service::NVFlinger::NVFlinger&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:24
#3 0x60f000201fff (<unknown module>)
Indirect leak of 128 byte(s) in 4 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0ed4de in __gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, false> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0ed4de in std::allocator_traits<std::allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, false> > >::allocate(std::allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, false> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d0ed4de in std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, false>* std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, false> > >::_M_allocate_node<std::piecewise_construct_t const&, std::tuple<unsigned int const&>, std::tuple<> >(std::piecewise_construct_t const&, std::tuple<unsigned int const&>&&, std::tuple<>&&) /usr/include/c++/8/bits/hashtable_policy.h:2077
#4 0x55a29d0ed4de in std::__detail::_Map_base<unsigned int, std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, std::allocator<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> > >, std::__detail::_Select1st, std::equal_to<unsigned int>, std::hash<unsigned int>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true>, true>::operator[](unsigned int const&) /usr/include/c++/8/bits/hashtable_policy.h:711
#5 0x55a29d0ed4de in std::unordered_map<unsigned int, std::shared_ptr<Service::Nvidia::Devices::nvdevice>, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> > > >::operator[](unsigned int const&) /usr/include/c++/8/bits/unordered_map.h:977
#6 0x55a29d0ed4de in Service::Nvidia::Module::Open(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:51
#7 0x7f412a1fb94f (<unknown module>)
Indirect leak of 128 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148aec477 (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x22477)
Indirect leak of 128 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95c88 in realloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeec88)
#1 0x7f4148aea97d in _dbus_message_loader_get_unix_fds (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2097d)
#2 0xfd93aa89ac6341ff (<unknown module>)
Indirect leak of 120 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb1530e in std::shared_ptr<FileSys::VectorVfsDirectory> std::make_shared<FileSys::VectorVfsDirectory, std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >, std::shared_ptr<FileSys::VfsDirectory>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::vector<std::shared_ptr<FileSys::VfsFile>, std::allocator<std::shared_ptr<FileSys::VfsFile> > >&&, std::vector<std::shared_ptr<FileSys::VfsDirectory>, std::allocator<std::shared_ptr<FileSys::VfsDirectory> > >&&, std::shared_ptr<FileSys::VfsDirectory>&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb1530e in FileSys::ExtractRomFS(std::shared_ptr<FileSys::VfsFile>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:113
#3 0x7ffc24d7647f ([stack]+0x1e47f)
Indirect leak of 112 byte(s) in 14 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cd638d3 in __gnu_cxx::new_allocator<boost::intrusive_ptr<Kernel::ServerSession> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cd638d3 in std::allocator_traits<std::allocator<boost::intrusive_ptr<Kernel::ServerSession> > >::allocate(std::allocator<boost::intrusive_ptr<Kernel::ServerSession> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cd638d3 in std::_Vector_base<boost::intrusive_ptr<Kernel::ServerSession>, std::allocator<boost::intrusive_ptr<Kernel::ServerSession> > >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29cd638d3 in void std::vector<boost::intrusive_ptr<Kernel::ServerSession>, std::allocator<boost::intrusive_ptr<Kernel::ServerSession> > >::_M_realloc_insert<boost::intrusive_ptr<Kernel::ServerSession> >(__gnu_cxx::__normal_iterator<boost::intrusive_ptr<Kernel::ServerSession>*, std::vector<boost::intrusive_ptr<Kernel::ServerSession>, std::allocator<boost::intrusive_ptr<Kernel::ServerSession> > > >, boost::intrusive_ptr<Kernel::ServerSession>&&) /usr/include/c++/8/bits/vector.tcc:427
#5 0x55a29e1a399f (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x1bb299f)
Indirect leak of 112 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x7f414d6ace01 in QObject::QObject(QObject*) (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2c0e01)
Indirect leak of 112 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1f04d1 in std::_MakeUniq<InputCommon::Analog>::__single_object std::make_unique<InputCommon::Analog, std::unique_ptr<Input::InputDevice<bool>, std::default_delete<Input::InputDevice<bool> > >, std::unique_ptr<Input::InputDevice<bool>, std::default_delete<Input::InputDevice<bool> > >, std::unique_ptr<Input::InputDevice<bool>, std::default_delete<Input::InputDevice<bool> > >, std::unique_ptr<Input::InputDevice<bool>, std::default_delete<Input::InputDevice<bool> > >, std::unique_ptr<Input::InputDevice<bool>, std::default_delete<Input::InputDevice<bool> > >, float&>(std::unique_ptr<Input::InputDevice<bool>, std::default_delete<Input::InputDevice<bool> > >&&, std::unique_ptr<Input::InputDevice<bool>, std::default_delete<Input::InputDevice<bool> > >&&, std::unique_ptr<Input::InputDevice<bool>, std::default_delete<Input::InputDevice<bool> > >&&, std::unique_ptr<Input::InputDevice<bool>, std::default_delete<Input::InputDevice<bool> > >&&, std::unique_ptr<Input::InputDevice<bool>, std::default_delete<Input::InputDevice<bool> > >&&, float&) /usr/include/c++/8/bits/unique_ptr.h:831
#2 0x55a29d1f04d1 in InputCommon::AnalogFromButton::Create(Common::ParamPackage const&) /home/zachhilman/CLionProjects/yuzu/src/input_common/analog_from_button.cpp:54
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xcf60f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x8b95f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x74fcf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x47caf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1a98f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x4a19f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x14821f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xa22ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xe5f9f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1c86f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x130faf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x119d3f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x102acf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x4875f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xbd37f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xa610f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x77c2f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x609bf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x4974f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1ad1f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1b26f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x6ccdf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x57d7f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x42e1f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x2debf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x18f5f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x3493f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cbe67a2 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NVFlinger::NVFlinger, std::allocator<Service::NVFlinger::NVFlinger>>(std::_Sp_make_shared_tag, Service::NVFlinger::NVFlinger*, std::allocator<Service::NVFlinger::NVFlinger> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cbe67a2 in std::__shared_ptr<Service::NVFlinger::NVFlinger, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NVFlinger::NVFlinger>>(std::_Sp_make_shared_tag, std::allocator<Service::NVFlinger::NVFlinger> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29cbe67a2 in std::shared_ptr<Service::NVFlinger::NVFlinger>::shared_ptr<std::allocator<Service::NVFlinger::NVFlinger>>(std::_Sp_make_shared_tag, std::allocator<Service::NVFlinger::NVFlinger> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29cbe67a2 in std::shared_ptr<Service::NVFlinger::NVFlinger> std::allocate_shared<Service::NVFlinger::NVFlinger, std::allocator<Service::NVFlinger::NVFlinger>>(std::allocator<Service::NVFlinger::NVFlinger> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29cbe67a2 in std::shared_ptr<Service::NVFlinger::NVFlinger> std::make_shared<Service::NVFlinger::NVFlinger>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29cbe67a2 in Service::Init(std::shared_ptr<Service::SM::ServiceManager>&, std::shared_ptr<FileSys::VfsFilesystem> const&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/service.cpp:204
#7 0x7ffc24d76eaf ([stack]+0x1eeaf)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xbbcaf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xd161f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x9308f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x7e99f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x6a2af (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x414cf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x186ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1884fa in Kernel::SharedMemory::Create(boost::intrusive_ptr<Kernel::Process>, unsigned long, Kernel::MemoryPermission, Kernel::MemoryPermission, unsigned long, Kernel::MemoryRegion, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) /home/zachhilman/CLionProjects/yuzu/src/core/hle/kernel/shared_memory.cpp:23
#2 0xfe82543f665 (<unknown module>)
#3 0x7f412a1fb8ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xa84ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x8fbbf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x784af (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xa3bdf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x49e0f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x32a6f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1b5ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xe9fff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xd2fff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xbbfff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x8dfff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x76fff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x5ffff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x48fff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x31fff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1afff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xc4a5f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x947df (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x7c69f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x644ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x3427f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1c13f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xf541f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xc50ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xad2ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x949ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x7cb9f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x64daf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x4cf5f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x34a3f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x7bdff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x734ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x6abff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x599ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x510ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x487ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x375ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x2ecff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x263ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1daff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x151ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xc8ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xdb66f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xdd61f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xb43cf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xa0a7f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x8d12f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x65e8f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x5253f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x3ebef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1794f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xeac3f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xd3adf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xbc97f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xa599f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x8e83f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x776df (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x4941f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x322bf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1b15f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xeac7f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xd3b3f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xbc9ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x8e77f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x7763f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x604ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x493bf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x3227f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1b13f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x6613f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x4c3bf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x351df (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1c7af (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x513bf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x2a9df (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x174ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x9741f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x662bf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x4d82f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x34d9f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1c6cf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xd339f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xbe80f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xa9c7f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x950ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x8055f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x6b9cf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x56e3f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x422af (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x2d71f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x18b8f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xc66ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xb0d7f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x7ed4f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x9b40f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x7012f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x5a7bf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x3decf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x44e4f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x2f4df (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x19b6f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x4d98f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x41ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xac91f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1b9df (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xbf97f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xaabff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x95e7f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x810ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xa58bf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x6c37f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x575ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x4287f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x101dbf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x2daff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x18d7f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x193bf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x6057f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x6127f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x2cddf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x55bbf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xbf9ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xd039f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xe4a8f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xa75bf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x2b29f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1c49f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x324df (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x100fff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x797df (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xa4fff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xd45ef (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x8ee9f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xc7d1f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xeb85f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x3131f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x5e63f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xb8c7f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e17dc in std::shared_ptr<Service::Nvidia::Devices::nvhost_as_gpu> std::make_shared<Service::Nvidia::Devices::nvhost_as_gpu, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e17dc in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:35
#3 0xfd93aa89ac6341ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0xba8ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x8cebf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x3feff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x7619f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x5f47f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x31a3f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x622ff (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x6177f (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x32bbf (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1b5df (<unknown module>)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile>::shared_ptr<std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::_Sp_make_shared_tag, std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::allocate_shared<FileSys::OffsetVfsFile, std::allocator<FileSys::OffsetVfsFile>, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::allocator<FileSys::OffsetVfsFile> const&, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29cb0fb53 in std::shared_ptr<FileSys::OffsetVfsFile> std::make_shared<FileSys::OffsetVfsFile, std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&>(std::shared_ptr<FileSys::VfsFile>&, unsigned long&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::shared_ptr<FileSys::VectorVfsDirectory>&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29cb0fb53 in FileSys::ProcessFile(std::shared_ptr<FileSys::VfsFile>, unsigned long, unsigned long, unsigned int, std::shared_ptr<FileSys::VectorVfsDirectory>) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/romfs.cpp:67
#5 0x1c51f (<unknown module>)
Indirect leak of 96 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148ada5c8 (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x105c8)
Indirect leak of 96 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148ada5b7 (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x105b7)
Indirect leak of 96 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb71717 in std::shared_ptr<Core::Frontend::EmuWindow::TouchState> std::make_shared<Core::Frontend::EmuWindow::TouchState>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb71717 in Core::Frontend::EmuWindow::EmuWindow() /home/zachhilman/CLionProjects/yuzu/src/core/frontend/emu_window.cpp:49
#3 0x7ffc24d795df ([stack]+0x215df)
#4 0x61600001ad7f (<unknown module>)
Indirect leak of 93 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
Indirect leak of 88 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e13bc in std::shared_ptr<Service::Nvidia::Devices::nvmap> std::make_shared<Service::Nvidia::Devices::nvmap>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e13bc in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:34
Indirect leak of 82 byte(s) in 4 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200015195f (<unknown module>)
Indirect leak of 82 byte(s) in 4 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017bc1f (<unknown module>)
Indirect leak of 80 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148af89b3 in _dbus_mem_pool_new (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2e9b3)
Indirect leak of 80 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e2037 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvhost_gpu, std::allocator<Service::Nvidia::Devices::nvhost_gpu>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e2037 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvhost_gpu, std::allocator<Service::Nvidia::Devices::nvhost_gpu>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvhost_gpu, std::allocator<Service::Nvidia::Devices::nvhost_gpu>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d0e2037 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvhost_gpu, std::allocator<Service::Nvidia::Devices::nvhost_gpu>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvhost_gpu, std::allocator<Service::Nvidia::Devices::nvhost_gpu>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvhost_gpu, std::allocator<Service::Nvidia::Devices::nvhost_gpu>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d0e2037 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Nvidia::Devices::nvhost_gpu, std::allocator<Service::Nvidia::Devices::nvhost_gpu>, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::_Sp_make_shared_tag, Service::Nvidia::Devices::nvhost_gpu*, std::allocator<Service::Nvidia::Devices::nvhost_gpu> const&, std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d0e2037 in std::__shared_ptr<Service::Nvidia::Devices::nvhost_gpu, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Nvidia::Devices::nvhost_gpu>, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::_Sp_make_shared_tag, std::allocator<Service::Nvidia::Devices::nvhost_gpu> const&, std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d0e2037 in std::shared_ptr<Service::Nvidia::Devices::nvhost_gpu>::shared_ptr<std::allocator<Service::Nvidia::Devices::nvhost_gpu>, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::_Sp_make_shared_tag, std::allocator<Service::Nvidia::Devices::nvhost_gpu> const&, std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d0e2037 in std::shared_ptr<Service::Nvidia::Devices::nvhost_gpu> std::allocate_shared<Service::Nvidia::Devices::nvhost_gpu, std::allocator<Service::Nvidia::Devices::nvhost_gpu>, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::allocator<Service::Nvidia::Devices::nvhost_gpu> const&, std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d0e2037 in std::shared_ptr<Service::Nvidia::Devices::nvhost_gpu> std::make_shared<Service::Nvidia::Devices::nvhost_gpu, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d0e2037 in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:36
Indirect leak of 80 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29caf5430 in std::shared_ptr<Core::Crypto::CTREncryptionLayer> std::make_shared<Core::Crypto::CTREncryptionLayer, std::shared_ptr<FileSys::VfsFile>, std::array<unsigned char, 16ul>&, unsigned long&>(std::shared_ptr<FileSys::VfsFile>&&, std::array<unsigned char, 16ul>&, unsigned long&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29caf5430 in FileSys::NCA::Decrypt(FileSys::NCASectionHeader, std::shared_ptr<FileSys::VfsFile>, unsigned long) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/content_archive.cpp:173
#3 0xfff849ae695 (<unknown module>)
#4 0x7ffc24d7400f ([stack]+0x1c00f)
Indirect leak of 80 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1bb88b in std::shared_ptr<InputCommon::KeyButtonList> std::make_shared<InputCommon::KeyButtonList>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d1bb88b in InputCommon::Keyboard::Keyboard() /home/zachhilman/CLionProjects/yuzu/src/input_common/keyboard.cpp:69
#3 0x7ffc24d7915f ([stack]+0x2115f)
Indirect leak of 76 byte(s) in 4 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1ba41b in Service::Nvidia::NVDRV::NVDRV(std::shared_ptr<Service::Nvidia::Module>, char const*) /usr/include/c++/8/bits/basic_string.tcc:219
Indirect leak of 72 byte(s) in 3 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001d44bf (<unknown module>)
Indirect leak of 72 byte(s) in 3 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018569f (<unknown module>)
Indirect leak of 68 byte(s) in 3 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017775f (<unknown module>)
Indirect leak of 68 byte(s) in 3 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018b37f (<unknown module>)
Indirect leak of 68 byte(s) in 3 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001853ff (<unknown module>)
Indirect leak of 68 byte(s) in 3 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001b371f (<unknown module>)
Indirect leak of 65 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x7f414fab847a (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x11147a)
Indirect leak of 64 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95c88 in realloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeec88)
#1 0x7f4148af5901 (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2b901)
Indirect leak of 64 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95848 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xee848)
#1 0x7f4148af9209 in _dbus_string_copy_data (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2f209)
#2 0xfd93aa89ac6341ff (<unknown module>)
Indirect leak of 64 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0feb76 in std::shared_ptr<Service::NVFlinger::BufferQueue>::shared_ptr<std::allocator<Service::NVFlinger::BufferQueue>, unsigned int&, unsigned long&>(std::_Sp_make_shared_tag, std::allocator<Service::NVFlinger::BufferQueue> const&, unsigned int&, unsigned long&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0feb76 in std::shared_ptr<Service::NVFlinger::BufferQueue> std::allocate_shared<Service::NVFlinger::BufferQueue, std::allocator<Service::NVFlinger::BufferQueue>, unsigned int&, unsigned long&>(std::allocator<Service::NVFlinger::BufferQueue> const&, unsigned int&, unsigned long&) /usr/include/c++/8/bits/shared_ptr.h:707
#3 0x55a29d0feb76 in std::shared_ptr<Service::NVFlinger::BufferQueue> std::make_shared<Service::NVFlinger::BufferQueue, unsigned int&, unsigned long&>(unsigned int&, unsigned long&) /usr/include/c++/8/bits/shared_ptr.h:723
#4 0x55a29d0feb76 in Service::NVFlinger::NVFlinger::CreateLayer(unsigned long) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvflinger/nvflinger.cpp:74
#5 0x7f412a1fb94f (<unknown module>)
Indirect leak of 64 byte(s) in 8 object(s) allocated from:
#0 0x7f414fa95848 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xee848)
#1 0x7f4148af8f43 (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2ef43)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b000269b0f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x608000daaf1f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b00024157f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6070006a038f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b00023473f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6070006717df (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0002216af (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x607000642c9f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b00020eaef (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x608000bf901f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b000202c7f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x608000b89b9f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0001f580f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x608000b1e71f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0001e332f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x607000581e7f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0001d53bf (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60700055333f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0001c907f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x607000523d7f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0001bb9ff (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6070004de71f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0001a799f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6070004bb7ff (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b000199faf (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6070004894bf (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b00018523f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60700043957f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b00017742f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60700040460f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0001635df (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6070003d59ef (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0001559df (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606000fe66bf (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b000140b0f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606000e51b9f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0001324bf (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60700031ed3f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b00012664f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60700030f91f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b000112ccf (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6070002daa1f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0001054ef (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6080003f959f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0000f807f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60700027d86f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0000eb0df (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60800030b81f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0000d796f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60700021a28f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0000cae9f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600060901f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0000b801f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6070001b622f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0000aa57f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60700018af5f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b00009be7f (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6060002d9cdf (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60b0000890af (<unknown module>)
Indirect leak of 50 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6070001279ef (<unknown module>)
Indirect leak of 48 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148ad8591 (/lib/x86_64-linux-gnu/libdbus-1.so.3+0xe591)
Indirect leak of 48 byte(s) in 2 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f4148aec852 (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x22852)
Indirect leak of 45 byte(s) in 3 object(s) allocated from:
#0 0x7f414fa95848 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xee848)
#1 0x7f4148af6aae in _dbus_strdup (/lib/x86_64-linux-gnu/libdbus-1.so.3+0x2caae)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6060021a777f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6060020b6edf (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606001fbcc7f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606001ebceff (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606001db717f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606001cb0d3f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606001bace1f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606001a8a7df (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600196fb7f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600187addf (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6060017586df (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6060016301bf (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600152659f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600136e55f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6060012295ff (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600111ca3f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606001019b9f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606000e9dcdf (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606000d5f01f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606000cb6fbf (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606000b8f57f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606000a979bf (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606000991bdf (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600084f5bf (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6060007629df (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600064033f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600053941f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600043369f (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x606000310fff (<unknown module>)
Indirect leak of 43 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60600020a0df (<unknown module>)
Indirect leak of 40 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e2fd6 in __gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvdisp_disp0, std::allocator<Service::Nvidia::Devices::nvdisp_disp0>, (__gnu_cxx::_Lock_policy)2> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e2fd6 in std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvdisp_disp0, std::allocator<Service::Nvidia::Devices::nvdisp_disp0>, (__gnu_cxx::_Lock_policy)2> > >::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvdisp_disp0, std::allocator<Service::Nvidia::Devices::nvdisp_disp0>, (__gnu_cxx::_Lock_policy)2> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d0e2fd6 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvdisp_disp0, std::allocator<Service::Nvidia::Devices::nvdisp_disp0>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvdisp_disp0, std::allocator<Service::Nvidia::Devices::nvdisp_disp0>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Service::Nvidia::Devices::nvdisp_disp0, std::allocator<Service::Nvidia::Devices::nvdisp_disp0>, (__gnu_cxx::_Lock_policy)2> >&) /usr/include/c++/8/bits/allocated_ptr.h:97
#4 0x55a29d0e2fd6 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Nvidia::Devices::nvdisp_disp0, std::allocator<Service::Nvidia::Devices::nvdisp_disp0>, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::_Sp_make_shared_tag, Service::Nvidia::Devices::nvdisp_disp0*, std::allocator<Service::Nvidia::Devices::nvdisp_disp0> const&, std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/bits/shared_ptr_base.h:660
#5 0x55a29d0e2fd6 in std::__shared_ptr<Service::Nvidia::Devices::nvdisp_disp0, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Nvidia::Devices::nvdisp_disp0>, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::_Sp_make_shared_tag, std::allocator<Service::Nvidia::Devices::nvdisp_disp0> const&, std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#6 0x55a29d0e2fd6 in std::shared_ptr<Service::Nvidia::Devices::nvdisp_disp0>::shared_ptr<std::allocator<Service::Nvidia::Devices::nvdisp_disp0>, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::_Sp_make_shared_tag, std::allocator<Service::Nvidia::Devices::nvdisp_disp0> const&, std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/bits/shared_ptr.h:360
#7 0x55a29d0e2fd6 in std::shared_ptr<Service::Nvidia::Devices::nvdisp_disp0> std::allocate_shared<Service::Nvidia::Devices::nvdisp_disp0, std::allocator<Service::Nvidia::Devices::nvdisp_disp0>, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::allocator<Service::Nvidia::Devices::nvdisp_disp0> const&, std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/bits/shared_ptr.h:707
#8 0x55a29d0e2fd6 in std::shared_ptr<Service::Nvidia::Devices::nvdisp_disp0> std::make_shared<Service::Nvidia::Devices::nvdisp_disp0, std::shared_ptr<Service::Nvidia::Devices::nvmap>&>(std::shared_ptr<Service::Nvidia::Devices::nvmap>&) /usr/include/c++/8/bits/shared_ptr.h:723
#9 0x55a29d0e2fd6 in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:39
#10 0x55a29d09922b in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:458
Indirect leak of 40 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0d9ae8 in std::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > > std::make_shared<std::vector<unsigned char, std::allocator<unsigned char> >, unsigned long const&>(unsigned long const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0d9ae8 in Service::NS::PL_U::PL_U() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/pl_u.cpp:49
#3 0x55a29d0990c5 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NS::PL_U, std::allocator<Service::NS::PL_U>>(std::_Sp_make_shared_tag, Service::NS::PL_U*, std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/new:169
#4 0x55a29d0990c5 in std::__shared_ptr<Service::NS::PL_U, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NS::PL_U>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#5 0x55a29d0990c5 in std::shared_ptr<Service::NS::PL_U>::shared_ptr<std::allocator<Service::NS::PL_U>>(std::_Sp_make_shared_tag, std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#6 0x55a29d0990c5 in std::shared_ptr<Service::NS::PL_U> std::allocate_shared<Service::NS::PL_U, std::allocator<Service::NS::PL_U>>(std::allocator<Service::NS::PL_U> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#7 0x55a29d0990c5 in std::shared_ptr<Service::NS::PL_U> std::make_shared<Service::NS::PL_U>() /usr/include/c++/8/bits/shared_ptr.h:723
#8 0x55a29d0990c5 in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:458
Indirect leak of 37 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb40e8b in __gnu_cxx::new_allocator<char>::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cb40e8b in std::allocator_traits<std::allocator<char> >::allocate(std::allocator<char>&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29cb40e8b in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long) /usr/include/c++/8/bits/basic_string.tcc:153
#4 0x55a29cb40e8b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#5 0x55a29cb40e8b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct_aux<char*>(char*, char*, std::__false_type) /usr/include/c++/8/bits/basic_string.h:236
#6 0x55a29cb40e8b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*) /usr/include/c++/8/bits/basic_string.h:255
#7 0x55a29cb40e8b in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /usr/include/c++/8/bits/basic_string.h:440
#8 0x55a29cb40e8b in FileSys::OffsetVfsFile::GetName[abi:cxx11]() const /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_offset.cpp:18
#9 0x55a29e1bceff (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x1bcbeff)
#10 0x7ffc24d75c4f ([stack]+0x1dc4f)
Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ca031c1 in GameList::SearchField::SearchField(GameList*) /home/zachhilman/CLionProjects/yuzu/src/yuzu/game_list.cpp:110
#2 0x55a29ca0855b in GameList::GameList(std::shared_ptr<FileSys::VfsFilesystem>, GMainWindow*) /home/zachhilman/CLionProjects/yuzu/src/yuzu/game_list.cpp:209
#3 0x55a29ca3ed4a in GMainWindow::InitializeWidgets() /home/zachhilman/CLionProjects/yuzu/src/yuzu/main.cpp:138
#4 0x7ffc24d7a1cf ([stack]+0x221cf)
#5 0x61600001ad7f (<unknown module>)
Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa95a50 in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xeea50)
#1 0x7f413c6fdfd8 (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x1dfd8)
Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e3d12 in std::shared_ptr<Service::Nvidia::Devices::nvhost_nvdec> std::make_shared<Service::Nvidia::Devices::nvhost_nvdec>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e3d12 in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:41
#3 0x55a29c007264 (<unknown module>)
Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0ed4de in __gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, false> >::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0ed4de in std::allocator_traits<std::allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, false> > >::allocate(std::allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, false> >&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d0ed4de in std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, false>* std::__detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, false> > >::_M_allocate_node<std::piecewise_construct_t const&, std::tuple<unsigned int const&>, std::tuple<> >(std::piecewise_construct_t const&, std::tuple<unsigned int const&>&&, std::tuple<>&&) /usr/include/c++/8/bits/hashtable_policy.h:2077
#4 0x55a29d0ed4de in std::__detail::_Map_base<unsigned int, std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> >, std::allocator<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> > >, std::__detail::_Select1st, std::equal_to<unsigned int>, std::hash<unsigned int>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, false, true>, true>::operator[](unsigned int const&) /usr/include/c++/8/bits/hashtable_policy.h:711
#5 0x55a29d0ed4de in std::unordered_map<unsigned int, std::shared_ptr<Service::Nvidia::Devices::nvdevice>, std::hash<unsigned int>, std::equal_to<unsigned int>, std::allocator<std::pair<unsigned int const, std::shared_ptr<Service::Nvidia::Devices::nvdevice> > > >::operator[](unsigned int const&) /usr/include/c++/8/bits/unordered_map.h:977
#6 0x55a29d0ed4de in Service::Nvidia::Module::Open(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:51
#7 0x7f412a1fb94f (<unknown module>)
#8 0x55a29e27c65f (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x1c8b65f)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a9e3f (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a47df (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a013f (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200019989f (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018f8df (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000168b3f (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001e823f (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001d431f (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200016355f (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001c759f (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001808ff (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001b907f (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200015ed3f (<unknown module>)
Indirect leak of 30 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001ae29f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a9c9f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200015e83f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200015989f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a411f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017715f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000171e9f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200019fb3f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000155a9f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200016dd1f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001991df (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200019485f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018f2ff (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001686ff (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001e7b7f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018ae5f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001d3eff (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0f3ea4 in Service::NVFlinger::BufferQueue::BufferQueue(unsigned int, unsigned long) /usr/include/c++/8/ext/new_allocator.h:111
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001d027f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000184dff (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200015143f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001cb47f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001c6edf (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001c215f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001be33f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000162f7f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001b89bf (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018023f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200014d49f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001b303f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001ade5f (<unknown module>)
Indirect leak of 25 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017b61f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a9d7f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001772ff (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a42bf (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017723f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a41df (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200015e8ff (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200019fc1f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc65999 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::VI::Module, std::allocator<Service::VI::Module>>(std::_Sp_make_shared_tag, Service::VI::Module*, std::allocator<Service::VI::Module> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc65999 in std::__shared_ptr<Service::VI::Module, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::VI::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::VI::Module> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29cc65999 in std::shared_ptr<Service::VI::Module>::shared_ptr<std::allocator<Service::VI::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::VI::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29cc65999 in std::shared_ptr<Service::VI::Module> std::allocate_shared<Service::VI::Module, std::allocator<Service::VI::Module>>(std::allocator<Service::VI::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29cc65999 in std::shared_ptr<Service::VI::Module> std::make_shared<Service::VI::Module>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29cc65999 in Service::VI::InstallInterfaces(Service::SM::ServiceManager&, std::shared_ptr<Service::NVFlinger::NVFlinger>) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/vi/vi.cpp:997
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200016debf (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc23518 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Time::Module, std::allocator<Service::Time::Module>>(std::_Sp_make_shared_tag, Service::Time::Module*, std::allocator<Service::Time::Module> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc23518 in std::__shared_ptr<Service::Time::Module, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Time::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::Time::Module> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29cc23518 in std::shared_ptr<Service::Time::Module>::shared_ptr<std::allocator<Service::Time::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::Time::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29cc23518 in std::shared_ptr<Service::Time::Module> std::allocate_shared<Service::Time::Module, std::allocator<Service::Time::Module>>(std::allocator<Service::Time::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29cc23518 in std::shared_ptr<Service::Time::Module> std::make_shared<Service::Time::Module>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29cc23518 in Service::Time::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/time/time.cpp:214
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cc0b9a7 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::SPL::Module, std::allocator<Service::SPL::Module>>(std::_Sp_make_shared_tag, Service::SPL::Module*, std::allocator<Service::SPL::Module> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cc0b9a7 in std::__shared_ptr<Service::SPL::Module, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::SPL::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::SPL::Module> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29cc0b9a7 in std::shared_ptr<Service::SPL::Module>::shared_ptr<std::allocator<Service::SPL::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::SPL::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29cc0b9a7 in std::shared_ptr<Service::SPL::Module> std::allocate_shared<Service::SPL::Module, std::allocator<Service::SPL::Module>>(std::allocator<Service::SPL::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29cc0b9a7 in std::shared_ptr<Service::SPL::Module> std::make_shared<Service::SPL::Module>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29cc0b9a7 in Service::SPL::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/spl/module.cpp:35
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d10eb14 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::PCTL::Module, std::allocator<Service::PCTL::Module>>(std::_Sp_make_shared_tag, Service::PCTL::Module*, std::allocator<Service::PCTL::Module> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d10eb14 in std::__shared_ptr<Service::PCTL::Module, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::PCTL::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::PCTL::Module> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29d10eb14 in std::shared_ptr<Service::PCTL::Module>::shared_ptr<std::allocator<Service::PCTL::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::PCTL::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29d10eb14 in std::shared_ptr<Service::PCTL::Module> std::allocate_shared<Service::PCTL::Module, std::allocator<Service::PCTL::Module>>(std::allocator<Service::PCTL::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29d10eb14 in std::shared_ptr<Service::PCTL::Module> std::make_shared<Service::PCTL::Module>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29d10eb14 in Service::PCTL::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/pctl/module.cpp:139
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200019937f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200019929f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e3722 in std::shared_ptr<Service::Nvidia::Devices::nvhost_ctrl> std::make_shared<Service::Nvidia::Devices::nvhost_ctrl>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e3722 in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:40
#3 0xfd93aa89ac6341ff (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200016ddff (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e2783 in std::shared_ptr<Service::Nvidia::Devices::nvhost_ctrl_gpu> std::make_shared<Service::Nvidia::Devices::nvhost_ctrl_gpu>() /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d0e2783 in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:37
#3 0xfd93aa89ac6341ff (<unknown module>)
#4 0x55a29d09922b in Service::NS::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/ns/ns.cpp:458
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d037a02 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::NFP::Module, std::allocator<Service::NFP::Module>>(std::_Sp_make_shared_tag, Service::NFP::Module*, std::allocator<Service::NFP::Module> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d037a02 in std::__shared_ptr<Service::NFP::Module, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::NFP::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::NFP::Module> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29d037a02 in std::shared_ptr<Service::NFP::Module>::shared_ptr<std::allocator<Service::NFP::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::NFP::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29d037a02 in std::shared_ptr<Service::NFP::Module> std::allocate_shared<Service::NFP::Module, std::allocator<Service::NFP::Module>>(std::allocator<Service::NFP::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29d037a02 in std::shared_ptr<Service::NFP::Module> std::make_shared<Service::NFP::Module>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29d037a02 in Service::NFP::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nfp/nfp.cpp:158
#7 0x55a29ea08557 in Core::System::s_instance (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x2417557)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf85610 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Friend::Module, std::allocator<Service::Friend::Module>>(std::_Sp_make_shared_tag, Service::Friend::Module*, std::allocator<Service::Friend::Module> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf85610 in std::__shared_ptr<Service::Friend::Module, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Friend::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::Friend::Module> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29cf85610 in std::shared_ptr<Service::Friend::Module>::shared_ptr<std::allocator<Service::Friend::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::Friend::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29cf85610 in std::shared_ptr<Service::Friend::Module> std::allocate_shared<Service::Friend::Module, std::allocator<Service::Friend::Module>>(std::allocator<Service::Friend::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29cf85610 in std::shared_ptr<Service::Friend::Module> std::make_shared<Service::Friend::Module>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29cf85610 in Service::Friend::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/friend/friend.cpp:122
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cf244b7 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Fatal::Module, std::allocator<Service::Fatal::Module>>(std::_Sp_make_shared_tag, Service::Fatal::Module*, std::allocator<Service::Fatal::Module> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cf244b7 in std::__shared_ptr<Service::Fatal::Module, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Fatal::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::Fatal::Module> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29cf244b7 in std::shared_ptr<Service::Fatal::Module>::shared_ptr<std::allocator<Service::Fatal::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::Fatal::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29cf244b7 in std::shared_ptr<Service::Fatal::Module> std::allocate_shared<Service::Fatal::Module, std::allocator<Service::Fatal::Module>>(std::allocator<Service::Fatal::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29cf244b7 in std::shared_ptr<Service::Fatal::Module> std::make_shared<Service::Fatal::Module>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29cf244b7 in Service::Fatal::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/fatal/fatal.cpp:31
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cefa884 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::BCAT::Module, std::allocator<Service::BCAT::Module>>(std::_Sp_make_shared_tag, Service::BCAT::Module*, std::allocator<Service::BCAT::Module> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cefa884 in std::__shared_ptr<Service::BCAT::Module, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::BCAT::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::BCAT::Module> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29cefa884 in std::shared_ptr<Service::BCAT::Module>::shared_ptr<std::allocator<Service::BCAT::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::BCAT::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29cefa884 in std::shared_ptr<Service::BCAT::Module> std::allocate_shared<Service::BCAT::Module, std::allocator<Service::BCAT::Module>>(std::allocator<Service::BCAT::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29cefa884 in std::shared_ptr<Service::BCAT::Module> std::make_shared<Service::BCAT::Module>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29cefa884 in Service::BCAT::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/bcat/module.cpp:46
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29ce69438 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::APM::Module, std::allocator<Service::APM::Module>>(std::_Sp_make_shared_tag, Service::APM::Module*, std::allocator<Service::APM::Module> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29ce69438 in std::__shared_ptr<Service::APM::Module, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::APM::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::APM::Module> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29ce69438 in std::shared_ptr<Service::APM::Module>::shared_ptr<std::allocator<Service::APM::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::APM::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29ce69438 in std::shared_ptr<Service::APM::Module> std::allocate_shared<Service::APM::Module, std::allocator<Service::APM::Module>>(std::allocator<Service::APM::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29ce69438 in std::shared_ptr<Service::APM::Module> std::make_shared<Service::APM::Module>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29ce69438 in Service::APM::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/apm/apm.cpp:13
#7 0x7ffc24d76eaf ([stack]+0x1eeaf)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cda2594 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Service::Account::Module, std::allocator<Service::Account::Module>>(std::_Sp_make_shared_tag, Service::Account::Module*, std::allocator<Service::Account::Module> const&) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29cda2594 in std::__shared_ptr<Service::Account::Module, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Service::Account::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::Account::Module> const&) /usr/include/c++/8/bits/shared_ptr_base.h:1328
#3 0x55a29cda2594 in std::shared_ptr<Service::Account::Module>::shared_ptr<std::allocator<Service::Account::Module>>(std::_Sp_make_shared_tag, std::allocator<Service::Account::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:360
#4 0x55a29cda2594 in std::shared_ptr<Service::Account::Module> std::allocate_shared<Service::Account::Module, std::allocator<Service::Account::Module>>(std::allocator<Service::Account::Module> const&) /usr/include/c++/8/bits/shared_ptr.h:707
#5 0x55a29cda2594 in std::shared_ptr<Service::Account::Module> std::make_shared<Service::Account::Module>() /usr/include/c++/8/bits/shared_ptr.h:723
#6 0x55a29cda2594 in Service::Account::InstallInterfaces(Service::SM::ServiceManager&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/acc/acc.cpp:208
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018f49f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001687bf (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018f3bf (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001e7d1f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001e7c3f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb4d039 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<FileSys::RealVfsDirectory*>(FileSys::RealVfsDirectory*) /usr/include/c++/8/bits/shared_ptr_base.h:609
#2 0x55a29cb4d039 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<FileSys::RealVfsDirectory*>(FileSys::RealVfsDirectory*, std::integral_constant<bool, false>) /usr/include/c++/8/bits/shared_ptr_base.h:620
#3 0x55a29cb4d039 in std::__shared_ptr<FileSys::RealVfsDirectory, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<FileSys::RealVfsDirectory, void>(FileSys::RealVfsDirectory*) /usr/include/c++/8/bits/shared_ptr_base.h:1107
#4 0x55a29cb4d039 in std::shared_ptr<FileSys::RealVfsDirectory>::shared_ptr<FileSys::RealVfsDirectory, void>(FileSys::RealVfsDirectory*) /usr/include/c++/8/bits/shared_ptr.h:139
#5 0x55a29cb4d039 in FileSys::RealVfsFilesystem::OpenDirectory(std::basic_string_view<char, std::char_traits<char> >, FileSys::Mode) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_real.cpp:138
#6 0xfff849aea89 (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb4fded in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<FileSys::RealVfsFile*>(FileSys::RealVfsFile*) /usr/include/c++/8/bits/shared_ptr_base.h:609
#2 0x55a29cb4fded in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<FileSys::RealVfsFile*>(FileSys::RealVfsFile*, std::integral_constant<bool, false>) /usr/include/c++/8/bits/shared_ptr_base.h:620
#3 0x55a29cb4fded in std::__shared_ptr<FileSys::RealVfsFile, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<FileSys::RealVfsFile, void>(FileSys::RealVfsFile*) /usr/include/c++/8/bits/shared_ptr_base.h:1107
#4 0x55a29cb4fded in std::shared_ptr<FileSys::RealVfsFile>::shared_ptr<FileSys::RealVfsFile, void>(FileSys::RealVfsFile*) /usr/include/c++/8/bits/shared_ptr.h:139
#5 0x55a29cb4fded in FileSys::RealVfsFilesystem::OpenFile(std::basic_string_view<char, std::char_traits<char> >, FileSys::Mode) /home/zachhilman/CLionProjects/yuzu/src/core/file_sys/vfs_real.cpp:70
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018af1f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cb7490a in std::_MakeUniq<Core::Frontend::EmuWindow::TouchState::Device>::__single_object std::make_unique<Core::Frontend::EmuWindow::TouchState::Device, std::shared_ptr<Core::Frontend::EmuWindow::TouchState> >(std::shared_ptr<Core::Frontend::EmuWindow::TouchState>&&) /usr/include/c++/8/bits/unique_ptr.h:831
#2 0x55a29cb7490a in Core::Frontend::EmuWindow::TouchState::Create(Common::ParamPackage const&) /home/zachhilman/CLionProjects/yuzu/src/core/frontend/emu_window.cpp:17
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001514ff (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001d409f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001d3fbf (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d1037c5 in __gnu_cxx::new_allocator<Service::NVFlinger::Layer>::allocate(unsigned long, void const*) /usr/include/c++/8/ext/new_allocator.h:111
#2 0x55a29d1037c5 in std::allocator_traits<std::allocator<Service::NVFlinger::Layer> >::allocate(std::allocator<Service::NVFlinger::Layer>&, unsigned long) /usr/include/c++/8/bits/alloc_traits.h:436
#3 0x55a29d1037c5 in std::_Vector_base<Service::NVFlinger::Layer, std::allocator<Service::NVFlinger::Layer> >::_M_allocate(unsigned long) /usr/include/c++/8/bits/stl_vector.h:296
#4 0x55a29d1037c5 in void std::vector<Service::NVFlinger::Layer, std::allocator<Service::NVFlinger::Layer> >::_M_realloc_insert<unsigned long&, std::shared_ptr<Service::NVFlinger::BufferQueue>&>(__gnu_cxx::__normal_iterator<Service::NVFlinger::Layer*, std::vector<Service::NVFlinger::Layer, std::allocator<Service::NVFlinger::Layer> > >, unsigned long&, std::shared_ptr<Service::NVFlinger::BufferQueue>&) /usr/include/c++/8/bits/vector.tcc:427
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000184f9f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000184edf (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200016311f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001c707f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200016303f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001c6f9f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001802ff (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001803df (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001b8b5f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001b8a7f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200015e9df (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001b31df (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017b7bf (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001b311f (<unknown module>)
Indirect leak of 24 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017b6ff (<unknown module>)
Indirect leak of 21 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e29d5 in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x55a29d0e29d5 in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct_aux<char const*>(char const*, char const*, std::__false_type) /usr/include/c++/8/bits/basic_string.h:236
#3 0x55a29d0e29d5 in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*) /usr/include/c++/8/bits/basic_string.h:255
#4 0x55a29d0e29d5 in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) /usr/include/c++/8/bits/basic_string.h:511
#5 0x55a29d0e29d5 in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:37
#6 0x55a29cc0118b in std::pair<std::__detail::_Node_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, boost::intrusive_ptr<Kernel::ClientPort> >, false, true>, bool> std::_Hashtable<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, boost::intrusive_ptr<Kernel::ClientPort> >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, boost::intrusive_ptr<Kernel::ClientPort> > >, std::__detail::_Select1st, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<true, false, true> >::emplace<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::intrusive_ptr<Kernel::ClientPort> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, boost::intrusive_ptr<Kernel::ClientPort>&&) /usr/include/c++/8/bits/hashtable.h:748
#7 0x55a29cc0118b in std::pair<std::__detail::_Node_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, boost::intrusive_ptr<Kernel::ClientPort> >, false, true>, bool> std::unordered_map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::intrusive_ptr<Kernel::ClientPort>, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, boost::intrusive_ptr<Kernel::ClientPort> > > >::emplace<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::intrusive_ptr<Kernel::ClientPort> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, boost::intrusive_ptr<Kernel::ClientPort>&&) /usr/include/c++/8/bits/unordered_map.h:388
#8 0x55a29cc0118b in Service::SM::ServiceManager::RegisterService(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned int) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/sm/sm.cpp:54
#9 0x7f4100000009 (<unknown module>)
#10 0x55a29e1f675f (/home/zachhilman/CLionProjects/yuzu/cmake-build-relwithdebinfo/bin/yuzu+0x1c0575f)
Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a489f (<unknown module>)
Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200019995f (<unknown module>)
Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x7f414f9ce2bb (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x272bb)
Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x7ffc24d74c1f ([stack]+0x1cc1f)
Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c94be0b in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x62200002ca87 (<unknown module>)
Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200016361f (<unknown module>)
Indirect leak of 20 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001809bf (<unknown module>)
Indirect leak of 19 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e1c91 in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x55a29d0e1c91 in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct_aux<char const*>(char const*, char const*, std::__false_type) /usr/include/c++/8/bits/basic_string.h:236
#3 0x55a29d0e1c91 in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*) /usr/include/c++/8/bits/basic_string.h:255
#4 0x55a29d0e1c91 in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) /usr/include/c++/8/bits/basic_string.h:511
#5 0x55a29d0e1c91 in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:35
#6 0x746e6500746d (<unknown module>)
#7 0xfd93aa89ac634200 (<unknown module>)
Indirect leak of 19 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001b3a9f (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a46ff (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a005f (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200016e07f (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001997bf (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e3f87 in Service::Nvidia::Module::Module() /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x7ffc24d752cf ([stack]+0x1d2cf)
#3 0x7ffc24d7555f ([stack]+0x1d55f)
#4 0xfff849aeaa1 (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e337c in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x55a29d0e337c in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct_aux<char const*>(char const*, char const*, std::__false_type) /usr/include/c++/8/bits/basic_string.h:236
#3 0x55a29d0e337c in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*) /usr/include/c++/8/bits/basic_string.h:255
#4 0x55a29d0e337c in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) /usr/include/c++/8/bits/basic_string.h:511
#5 0x55a29d0e337c in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:39
#6 0xfd93aa89ac6341ff (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018f7ff (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001e815f (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200014d55f (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001c74bf (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001be41f (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018081f (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001b8f9f (<unknown module>)
Indirect leak of 18 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001ae1bf (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017799f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a4a5f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001778bf (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a497f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017767f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a461f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001a01ff (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200019ff7f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017221f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000199b1f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000199a3f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001996df (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200017213f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29d0e3974 in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x55a29d0e3974 in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct_aux<char const*>(char const*, char const*, std::__false_type) /usr/include/c++/8/bits/basic_string.h:236
#3 0x55a29d0e3974 in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*) /usr/include/c++/8/bits/basic_string.h:255
#4 0x55a29d0e3974 in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) /usr/include/c++/8/bits/basic_string.h:511
#5 0x55a29d0e3974 in Service::Nvidia::Module::Module() /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/nvdrv/nvdrv.cpp:40
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018f99f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018f71f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000168bff (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200015187f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001e83df (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001e82ff (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001e807f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018b5bf (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000168a5f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018b4df (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018b29f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001637df (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001d43df (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001d423f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001855bf (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001d05ff (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001d051f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29cfc7196 in std::shared_ptr<Service::HID::IAppletResource> std::make_shared<Service::HID::IAppletResource>() /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x55a29cfc7196 in Service::HID::Hid::CreateAppletResource(Kernel::HLERequestContext&) /home/zachhilman/CLionProjects/yuzu/src/core/hle/service/hid/hid.cpp:415
#3 0x55a29cf9d9d4 in Service::ServiceFramework<Service::HID::Hid>::Invoker(Service::ServiceFrameworkBase*, void (Service::ServiceFrameworkBase::*)(Kernel::HLERequestContext&), Kernel::HLERequestContext&) /home/zachhilman/CLionProjects/yuzu/src/./core/hle/service/service.h:179
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200018531f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001636ff (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x60200016347f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001c773f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001c765f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000180b7f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x6020001c73df (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/include/c++/8/bits/basic_string.tcc:219
#2 0x602000180a9f (<unknown module>)
Indirect leak of 17 byte(s) in 1 object(s) allocated from:
#0 0x7f414fa97470 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xf0470)
#1 0x55a29c969dab in void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) /usr/inc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment