diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2010-02-22 22:13:28 +0100 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2010-02-22 22:13:28 +0100 |
commit | b59e0ed9703ee780337cd75a03d74042cd1e607b (patch) | |
tree | 3870cc9209433176dfc5a62da46407f9cfdb96b0 | |
parent | 485a1c1c1a068331642745e9e34b9c00e058fad7 (diff) |
#i108909# - Call ne_free(), not directly free()
-rw-r--r-- | ucb/source/ucp/webdav/NeonUri.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/source/ucp/webdav/NeonUri.cxx b/ucb/source/ucp/webdav/NeonUri.cxx index f6d09987b0d9..1967474bcc09 100644 --- a/ucb/source/ucp/webdav/NeonUri.cxx +++ b/ucb/source/ucp/webdav/NeonUri.cxx @@ -35,6 +35,7 @@ #include <rtl/uri.hxx> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> +#include "ne_alloc.h" #include "NeonUri.hxx" #include "DAVException.hxx" |