Imported Upstream version 1.15.1
[platform/upstream/krb5.git] / src / tests / misc / test_cxx_krb5.cpp
index 33a046f..002120b 100644 (file)
@@ -14,5 +14,6 @@ int main (int argc, char *argv[])
        return 1;
     }
     printf("hello, world\n");
+    krb5_free_context(ctx);
     return 0;
 }