You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "manoj pushpakumara (JIRA)" <ji...@apache.org> on 2007/12/04 10:09:44 UTC

[jira] Created: (AXIS2C-801) no need to free the buffer

no need to free the buffer
--------------------------

                 Key: AXIS2C-801
                 URL: https://issues.apache.org/jira/browse/AXIS2C-801
             Project: Axis2-C
          Issue Type: Bug
          Components: documentation
    Affects Versions: 1.1.0
         Environment: 7.04
            Reporter: manoj pushpakumara
            Priority: Minor


The complete code for the AXIOM Based Document Building and SerializationIn in Apache Axis2/C AXIOM Tutorial, when execute AXIS2_FREE(env->allocator, buffer) it will create a memory dump.    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-801) no need to free the buffer

Posted by "Dushshantha Chandradasa (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dushshantha Chandradasa resolved AXIS2C-801.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0

applied the patch. Thanks Manoj for the patch

> no need to free the buffer
> --------------------------
>
>                 Key: AXIS2C-801
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-801
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.1.0
>         Environment: 7.04
>            Reporter: manoj pushpakumara
>            Assignee: Dushshantha Chandradasa
>            Priority: Minor
>             Fix For: 1.2.0
>
>         Attachments: om_tutorial.diff
>
>
> The complete code for the AXIOM Based Document Building and SerializationIn in Apache Axis2/C AXIOM Tutorial, when execute AXIS2_FREE(env->allocator, buffer) it will create a memory dump.    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-801) no need to free the buffer

Posted by "manoj pushpakumara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

manoj pushpakumara updated AXIS2C-801:
--------------------------------------

    Attachment: om_tutorial.html

> no need to free the buffer
> --------------------------
>
>                 Key: AXIS2C-801
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-801
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.1.0
>         Environment: 7.04
>            Reporter: manoj pushpakumara
>            Assignee: Dushshantha Chandradasa
>            Priority: Minor
>         Attachments: om_tutorial.html
>
>
> The complete code for the AXIOM Based Document Building and SerializationIn in Apache Axis2/C AXIOM Tutorial, when execute AXIS2_FREE(env->allocator, buffer) it will create a memory dump.    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-801) no need to free the buffer

Posted by "Dushshantha Chandradasa (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dushshantha Chandradasa updated AXIS2C-801:
-------------------------------------------

    Attachment:     (was: om_tutorial.html)

> no need to free the buffer
> --------------------------
>
>                 Key: AXIS2C-801
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-801
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.1.0
>         Environment: 7.04
>            Reporter: manoj pushpakumara
>            Assignee: Dushshantha Chandradasa
>            Priority: Minor
>         Attachments: om_tutorial.diff
>
>
> The complete code for the AXIOM Based Document Building and SerializationIn in Apache Axis2/C AXIOM Tutorial, when execute AXIS2_FREE(env->allocator, buffer) it will create a memory dump.    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Assigned: (AXIS2C-801) no need to free the buffer

Posted by "Dushshantha Chandradasa (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dushshantha Chandradasa reassigned AXIS2C-801:
----------------------------------------------

    Assignee: Dushshantha Chandradasa

> no need to free the buffer
> --------------------------
>
>                 Key: AXIS2C-801
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-801
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.1.0
>         Environment: 7.04
>            Reporter: manoj pushpakumara
>            Assignee: Dushshantha Chandradasa
>            Priority: Minor
>
> The complete code for the AXIOM Based Document Building and SerializationIn in Apache Axis2/C AXIOM Tutorial, when execute AXIS2_FREE(env->allocator, buffer) it will create a memory dump.    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-801) no need to free the buffer

Posted by "manoj pushpakumara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

manoj pushpakumara updated AXIS2C-801:
--------------------------------------

    Attachment: om_tutorial.diff

> no need to free the buffer
> --------------------------
>
>                 Key: AXIS2C-801
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-801
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.1.0
>         Environment: 7.04
>            Reporter: manoj pushpakumara
>            Assignee: Dushshantha Chandradasa
>            Priority: Minor
>         Attachments: om_tutorial.diff, om_tutorial.html
>
>
> The complete code for the AXIOM Based Document Building and SerializationIn in Apache Axis2/C AXIOM Tutorial, when execute AXIS2_FREE(env->allocator, buffer) it will create a memory dump.    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org