- Timestamp:
- May 27, 2014, 10:39:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_conf.y
r476 r477 807 807 808 808 int resultatYYParse = srparse() ; 809 fprintf(stderr,"%s %d %d\n",__FILE__,__LINE__,resultatYYParse);810 809 811 810 #ifdef DEBUG_SERVICE_CONF … … 826 825 addToElements(&my_service->outputs,current_element); 827 826 } 828 fprintf(stderr,"%s %d\n",__FILE__,__LINE__);829 827 #ifdef DEBUG_SERVICE_CONF 830 828 fprintf(stderr,"(DATAOUTPUTS - %d) FREE current_element\n",__LINE__); … … 837 835 #endif 838 836 } 839 fprintf(stderr,"%s %d\n",__FILE__,__LINE__);840 837 if(current_element!=NULL){ 841 838 freeElements(¤t_element); … … 843 840 current_element=NULL; 844 841 } 845 fprintf(stderr,"%s %d\n",__FILE__,__LINE__);846 842 if(current_content!=NULL){ 847 843 freeMap(¤t_content); … … 849 845 current_content=NULL; 850 846 } 851 fprintf(stderr,"%s %d\n",__FILE__,__LINE__);852 847 fclose(srin); 853 848 #ifdef DEBUG_SERVICE_CONF … … 865 860 else 866 861 *service=my_service; 867 dumpService(my_service);868 fprintf(stderr,"%s %d\n",__FILE__,__LINE__);869 862 870 863 #ifndef WIN32
Note: See TracChangeset
for help on using the changeset viewer.