cwIoFlow.cpp : Fixed memory leaks.

This commit is contained in:
kevin 2021-12-29 21:48:30 -05:00
parent 2d5673d632
commit 07d9c137b9

View File

@ -84,6 +84,7 @@ namespace cw
mem::release( ag->oDeviceA); mem::release( ag->oDeviceA);
} }
mem::release(p->audioGroupA);
mem::release(p); mem::release(p);
return kOkRC; return kOkRC;