Skip to content

Commit

Permalink
Remove incorrect celix_steal_ptr usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng authored Nov 11, 2023
1 parent 9d0ad57 commit 229a90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/utils/src/properties.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ celix_properties_t* celix_properties_copy(const celix_properties_t* properties)
return NULL;
}
}
return celix_steal_ptr(copy);
return copy;
}

celix_properties_value_type_e celix_properties_getType(const celix_properties_t* properties, const char* key) {
Expand Down

0 comments on commit 229a90b

Please sign in to comment.