Disable "Potential leak of memory" warning.

Clang static analizer complains there is a potential memory leak
for the memory pointe by ERT. However, the pointer to this memory
is saved away in the constructor for RSExportRecordType (by calling
RSContext::newExportable()).

Bug: 27101951
Test: Verified warning is not generated anymore.
Change-Id: If227e80d770532cb3e32e5aca6bcc8e7da523b85
1 file changed