Greg Kaiser eb46ce54a8 accessorytest: Remove bad code
This code was calling 'free' on uninitialized stack memory.  However,
we never reached this code due to the while(1) loop, so we weren't
experiencing bad behavior.  Still, we remove this code to avoid
the temptation of copy/paste for someone in the future who might
leave this loop.

Change-Id: I7f4d9528ddc2f92f3118ec1ade630f98bfbacd0c
2016-07-13 14:24:44 -07:00
..