git » sdk » commit efe57ff

Need no_fusion or the variables we're pointing to dissapear

author Stephen Paul Weber
2025-10-29 18:36:06 UTC
committer Stephen Paul Weber
2025-10-29 18:36:06 UTC
parent 96dddc4f36a861fc649ce89176b0338719335391

Need no_fusion or the variables we're pointing to dissapear

borogove/streams/XmppStropheStream.hx +1 -0

diff --git a/borogove/streams/XmppStropheStream.hx b/borogove/streams/XmppStropheStream.hx
index 37ef314..f87d04c 100644
--- a/borogove/streams/XmppStropheStream.hx
+++ b/borogove/streams/XmppStropheStream.hx
@@ -359,6 +359,7 @@ class XmppStropheStream extends GenericStream {
 		return stanza;
 	}
 
+	@:analyzer(no_fusion)
 	public static function serializeStanza(stanza:Stanza):String {
 		final sstanza = convertFromStanza(stanza);
 		var buf: RawPointer<Char> = null;