summaryrefslogtreecommitdiffstats
path: root/kitchensync/libqopensync/result.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/libqopensync/result.cpp')
-rw-r--r--kitchensync/libqopensync/result.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchensync/libqopensync/result.cpp b/kitchensync/libqopensync/result.cpp
index 13d06e71a..d38c32a3d 100644
--- a/kitchensync/libqopensync/result.cpp
+++ b/kitchensync/libqopensync/result.cpp
@@ -100,7 +100,7 @@ Result::Result( OSyncError **error, bool deleteError )
mMessage = TQString::fromUtf8( osync_error_print( error ) );
if ( deleteError )
- osync_error_unref( error );
+ osync_error_free( error );
}
Result::~Result()