Add path object type.

Change-Id: I40f2323d2495d1754c910bd0161d59c0f2054eca
diff --git a/slang_rs_object_ref_count.cpp b/slang_rs_object_ref_count.cpp
index f4ce728..7815911 100644
--- a/slang_rs_object_ref_count.cpp
+++ b/slang_rs_object_ref_count.cpp
@@ -1344,6 +1344,7 @@
     case RSExportPrimitiveType::DataTypeRSSampler:
     case RSExportPrimitiveType::DataTypeRSScript:
     case RSExportPrimitiveType::DataTypeRSMesh:
+    case RSExportPrimitiveType::DataTypeRSPath:
     case RSExportPrimitiveType::DataTypeRSProgramFragment:
     case RSExportPrimitiveType::DataTypeRSProgramVertex:
     case RSExportPrimitiveType::DataTypeRSProgramRaster: