X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Finc%2FFCnt_ContentDirectoryImpl.h;h=2c6d223065cc106ee107b3f9a9d2d6160f6aaf8a;hb=refs%2Fheads%2Ftizen_2.1;hp=fdcda8cbc50d5d24e30fc7ede242a3a25dcc4b52;hpb=d563d3238b2bac52643b43ab858704e6f50626df;p=platform%2Fframework%2Fnative%2Fcontent.git diff --git a/src/inc/FCnt_ContentDirectoryImpl.h b/src/inc/FCnt_ContentDirectoryImpl.h index fdcda8c..2c6d223 100644 --- a/src/inc/FCnt_ContentDirectoryImpl.h +++ b/src/inc/FCnt_ContentDirectoryImpl.h @@ -109,6 +109,15 @@ struct FilterHandleDeleter } }; +struct CharDeleter +{ + void operator()(char* character) + { + free(character); + character = NULL; + } +}; + class _ContentDirectoryImpl : public Tizen::Base::Object {