Changes between Initial Version and Version 1 of Ticket #4351


Ignore:
Timestamp:
Nov 22, 2011, 11:39:40 PM (12 years ago)
Author:
startwithdp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4351 – Description

    initial v1  
    33Finally I found there was a bug in the "swq_select_free" function; this function doesn't free the where_expr member of the swq_select struct; The type of where_expr is also a struct--"swq_expr" which needs to be freed by function "swq_expr_free";
    44
    5 I added the followings to the "swq_select_free" function:
     5I added the followings to the "swq_select_free" function to fix this bug:
    66if( select_info->where_expr!=NULL )
    77{