Codebase list slapi-nis / a9a6a23
Add free() of a NULL pointer to make tools happy Nalin Dahyabhai 10 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
28112811 slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id,
28122812 "ifeq: error evaluating \"%s\"\n", argv[1]);
28132813 format_free_parsed_args(argv);
2814 /* Shouldn't be necessary, since format_get_data_set() should
2815 * only ever return a NULL lengths list when it returns NULL,
2816 * but it'll make tools happy. */
2817 free(lengths);
28142818 return -EINVAL;
28152819 }
28162820