仅记录自己的错误
HBufC* content=HBufC::NewLC();
(CleanupStack::Pop();)本应该在删除之前
delete content;
少用这个NewLC,一旦忘记了 查起来是要死人的