asan: Fix malloc/free mismatch for fb device

bug: 116981035

fb device was previously allocated with malloc
and freed with delete, not free.

Uncovered from running goldfish-opengl host side test
wih ASAN enabled.

Change-Id: I46b97d212e0baf47cd3d181f1b75ce27cb955fad
1 file changed
tree: f50cafed7a247721a642584cd61734523585d5be
  1. host/
  2. shared/
  3. system/
  4. tests/
  5. Android.mk
  6. common.mk
  7. README