From d3cf50803308c141be2565272f41216caf379c8c Mon Sep 17 00:00:00 2001 From: chakradhar Date: Thu, 16 Jul 2020 11:24:20 +0530 Subject: [PATCH] removing unreachable code Change-Id: Iab72aebb4e1a77b86e929b18ae7aab9334979cbf --- location/manager/location-boundary.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/location/manager/location-boundary.c b/location/manager/location-boundary.c index 5c94ae2..cbdd726 100644 --- a/location/manager/location-boundary.c +++ b/location/manager/location-boundary.c @@ -409,8 +409,6 @@ location_boundary_on_path(LocationBoundary *boundary, LocationPosition *position x2 = x1; } if(_position) location_position_free(_position); - if(pos1_list) g_list_free(pos1_list); - if(pos2_list) g_list_free(pos2_list); break; } -- 2.7.4