]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Replace.cpp
Allow APR link flags to be configure overridden.
[cycript.git] / ObjectiveC / Replace.cpp
index a7b66108dabc8b5baa22111e590892daa8d5fdf5..9197a268ae76cdf28181b43ae5ffe76ae993f8d8 100644 (file)
@@ -191,7 +191,7 @@ CYString *CYSelectorPart::Replace(CYContext &context) {
         if (part->value_)
             str << ':';
     }
-    return $S(apr_pstrdup($pool, str.str().c_str()));
+    return $S($pool.strdup(str.str().c_str()));
 }
 
 CYExpression *CYSendDirect::Replace(CYContext &context) {