Skip to content

Commit

Permalink
Try and resolve segfault on SELECT *
Browse files Browse the repository at this point in the history
  • Loading branch information
bendailey committed Dec 2, 2015
1 parent 086aebf commit 42ecd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib4d_sql/communication.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ int socket_receiv_data(FOURD *cnx,FOURD_RESULT *state)
unsigned int nbCol=state->row_type.nbColumn;
unsigned int nbRow=state->row_count_sent;
unsigned int r,c;
FOURD_TYPE *colType;
FOURD_TYPE *colType=NULL;
FOURD_ELEMENT *pElmt=NULL;
unsigned char status_code=0;
//int elmt_size=0;
Expand Down

0 comments on commit 42ecd83

Please sign in to comment.