Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-1472

in http_worker.c function axis2_http_worker_process_request(): if status == AXIS2_FAILURE then engine and fault_ctx are not freed.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.7.0
    • 1.7.0
    • core/transport
    • None
    • linux

    Description

      in http_worker.c function axis2_http_worker_process_request(): if status == AXIS2_FAILURE then engine and fault_ctx are not freed:

      axis2_http_status_line_free(tmp_stat_line, env);
      tmp_stat_line = NULL;
      }
      + axis2_engine_free(engine, env);
      +
      + if (fault_ctx)
      +

      { + axis2_msg_ctx_free(fault_ctx, env); + }


      }
      }
      else

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              springi99 Robert Springer
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: