src/json.c

changeset 976
d9063c14d3fb
parent 973
05910a8994f7
equal deleted inserted replaced
975:96bf02371aef 976:d9063c14d3fb
694 } 694 }
695 695
696 *value = p->read_value; 696 *value = p->read_value;
697 p->readvalue_initialized = 0; 697 p->readvalue_initialized = 0;
698 p->read_value = NULL; 698 p->read_value = NULL;
699 p->value_ready = 0;
699 700
700 return 1; 701 return 1;
701 } 702 }
702 703
703 void cxJsonValueFree(CxJsonValue *value) { 704 void cxJsonValueFree(CxJsonValue *value) {

mercurial