From: Sungyeon Woo Date: Mon, 22 Apr 2013 05:34:14 +0000 (+0900) Subject: remove Mismatched valgrind message in Font X-Git-Tag: accepted/tizen_2.1/20130425.033138~57^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df74a6d848c07cc3e07c4d66662ac0b5b8cdde94;p=framework%2Fosp%2Fuifw.git remove Mismatched valgrind message in Font Change-Id: I12994e63d07fc5f3fca9983536d73e18712fac3a Signed-off-by: Sungyeon Woo --- diff --git a/src/graphics/FGrp_FontBidiUtil.cpp b/src/graphics/FGrp_FontBidiUtil.cpp index 2d6a5ca..f5da783 100644 --- a/src/graphics/FGrp_FontBidiUtil.cpp +++ b/src/graphics/FGrp_FontBidiUtil.cpp @@ -295,7 +295,7 @@ _ReorderBidiLine(wchar_t* pText, size_t start, size_t len, const BidiParagraph& } { - std::unique_ptr embeddingLevel(new (std::nothrow) FriBidiLevel[start + textLength]); + std::unique_ptr embeddingLevel(new (std::nothrow) FriBidiLevel[start + textLength]); FriBidiLevel* pRefEmbeddingLevel = embeddingLevel.get(); CHECK_IF(pRefEmbeddingLevel);