-
Bug
-
Resolution: Done
-
Medium
-
17.01, 17.04, 17.07, 17.10
-
None
-
None
In statement "vec_add2 (rpaths, rpath, 1);", the "rpaths" will apply a block of memory to store "rpath" info. So, at the end of function, we should free the "rpaths" since we do not use it any more.Otherwise, it may incur memory leaks.