Kaydet (Commit) 485a1c1c authored tarafından Kai Sommerfeld's avatar Kai Sommerfeld

#i108909# - Call ne_free(), not directly free()

üst 99f308a4
...@@ -130,7 +130,7 @@ NeonUri::NeonUri( const ne_uri * inUri ) ...@@ -130,7 +130,7 @@ NeonUri::NeonUri( const ne_uri * inUri )
throw DAVException( DAVException::DAV_INVALID_ARG ); throw DAVException( DAVException::DAV_INVALID_ARG );
init( rtl::OString( uri ), inUri ); init( rtl::OString( uri ), inUri );
free( uri ); ne_free( uri );
calculateURI(); calculateURI();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment