mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Merge pull request #598 from Portisch/destructor
fix warning: throw will always call terminate
This commit is contained in:
commit
beb9454a1f
@ -142,7 +142,7 @@ public:
|
|||||||
// fprintf(stderr, "ion phys_addr=%lu\n", physicalAddress);
|
// fprintf(stderr, "ion phys_addr=%lu\n", physicalAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~IonBuffer()
|
virtual ~IonBuffer() noexcept(false)
|
||||||
{
|
{
|
||||||
ion_handle_data ionHandleData = { 0 };
|
ion_handle_data ionHandleData = { 0 };
|
||||||
ionHandleData.handle = handle;
|
ionHandleData.handle = handle;
|
||||||
|
Loading…
Reference in New Issue
Block a user