Revert "dst: Use after free in __dst_destroy_metrics_generic"
This reverts commit 6709ad14. The fix was done because it appeared as if memory of the __DST_METRICS_PTR(old) was freed in some path and allocated to ion driver. ion driver had also freed it. Finally the memory was freed by the fib gc and crashes since it is already deallocated. But this fix is causing Kernel Memory leak and therefore reverted. Change-Id: I2de19ff195f55eecd2b467c8cb5aa97b44db3ebd Signed-off-by:Chinmay Agarwal <chinagar@codeaurora.org>
Loading
Please register or sign in to comment