Signed-off-by: Maninder Singh <maninder...@samsung.com>
Signed-off-by: Akhilesh Kumar <akhiles...@samsung.com>
---
 pan/reporter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pan/reporter.c b/pan/reporter.c
index 7b4a1e0..b9ec482 100644
--- a/pan/reporter.c
+++ b/pan/reporter.c
@@ -100,7 +100,7 @@ static int scanner_reporter(SYM tags)
         * extract tag names from data
         */
        ntags = NTAGS_START;
-       taglist = (char **)malloc(sizeof(char *) * ntags);
+       taglist = malloc(sizeof(char *) * ntags);
        tagcount = 0;
 
        tl = taglist;
-- 
1.7.9.5
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to