From: Sung-jae Park Date: Thu, 5 Sep 2013 10:15:10 +0000 (+0900) Subject: Fix the image type box update bug X-Git-Tag: submit/tizen_mobile/20150527.071719~1^2~30^2~14^2~50^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=070a5b9c3c4f813dd586242640019031baff9a1a;p=platform%2Fcore%2Fappfw%2Fwidget-viewer.git Fix the image type box update bug Change-Id: I77f5aefad83f8dbc03440ccfbe4cbf3fd744c7fe --- diff --git a/src/livebox.c b/src/livebox.c index 0b5ddcd..a2bc93f 100644 --- a/src/livebox.c +++ b/src/livebox.c @@ -2802,9 +2802,11 @@ void lb_set_id(struct livebox *handler, const char *id) void lb_set_filename(struct livebox *handler, const char *filename) { if (handler->filename) { + /* if (unlink(handler->filename) < 0) { ErrPrint("unlink: %s\n", strerror(errno)); } + */ free(handler->filename); }