2023-05-25 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression that caused the 'Repost' action in the 'List
	Feeds' dialog to fail to post the feed XML in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-05-25 14:57:06 -04:00
parent 98aa2d9373
commit a5e62c7190
4 changed files with 99 additions and 66 deletions

View File

@@ -1059,7 +1059,7 @@ bool RDFeed::postXml(QString *err_msg)
ProcessCurlLogging("RDFeed::postPodcast()",err_msgs);
return false;
}
delete err_msgs;
ProcessCurlLogging("RDFeed::postXml()",err_msgs);
return true;
}