Fix wrong cursor_fd control 12/55312/1 accepted/tizen/mobile/20151223.110126 accepted/tizen/tv/20151223.105906 accepted/tizen/wearable/20151223.110551 submit/tizen/20151223.063533 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
authorjusung son <jusung07.son@samsung.com>
Wed, 23 Dec 2015 05:14:52 +0000 (14:14 +0900)
committerjusung son <jusung07.son@samsung.com>
Wed, 23 Dec 2015 05:17:15 +0000 (14:17 +0900)
Change-Id: I903ccf49f9fad41912b25ef96b51f8a4281c1ea2
Signed-off-by: jusung son <jusung07.son@samsung.com>
src/data-control-sql.c

index 279577fd5bb9ba9818213858ebe9f917fcba0a17..d150007283932802963d9a71ec210fec40c8c9c1 100755 (executable)
@@ -492,7 +492,7 @@ static int __recv_sql_select_process(bundle *kb, int fd, resultset_cursor *curso
                if (i + 1 < row_count)
                        cursor->row_offset_list[i + 1] = cursor->row_offset_list[i] + row_offset;
        }
-       close(result_fd);
+
        return retval;
 
 out: