Index: /trunk/src/VBox/Runtime/testcase/tstRTUri.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstRTUri.cpp	(revision 59845)
+++ /trunk/src/VBox/Runtime/testcase/tstRTUri.cpp	(revision 59846)
@@ -783,4 +783,5 @@
             else
                 RTTestIFailed("#%u: bad testcase; pszCreatedPath is NULL\n", i);
+            RTStrFree(pszPath);
         }
         else if (rc != VERR_PATH_ZERO_LENGTH || RTStrCmp(pszUri, "file://") != 0)
@@ -813,4 +814,5 @@
             else
                 RTTestIFailed("#%u: bad testcase; pszCreatedUri is NULL\n", i);
+            RTStrFree(pszUri);
         }
         else if (rc != VERR_INVALID_POINTER || pszPath != NULL)
