91³Ô¹ÏÍø

Watch CBS News

Ohio man who spent decades on death row for murder has his case dismissed

A man who spent more than a quarter-century on death row for the robbery and murder of a woman at an Ohio hotel had his case dismissed Friday by prosecutors.

Elwood Jones has been free since shortly after a judge granted him a new trial in December 2022, concluding that prosecutors had not turned over relevant evidence to his attorneys years ago.

Hamilton County Prosecutor Connie Pillich said the dismissal of his case followed a monthslong comprehensive review of evidence and court filings in his case.

"I did not take this extraordinary step lightly," Pillich said in a statement. "But after reviewing the evidence, I am not convinced that Mr. Jones killed Rhoda Nathan."

Jones was convicted of aggravated murder, robbery and burglary in the 1994 beating death of the 67-year-old from Toms River, New Jersey, in Blue Ash, a Cincinnati suburb.

Under Pillich's predecessor, Melissa Powers, the prosecutor's office had appealed the judge's decision and that lawsuit was still moving through the courts.

Just last week, the Ohio Supreme Court had found the appellate court erred in blocking the challenge and returned it to the lower court for reconsideration. Supreme Court Justice Joe Deters, the former Hamilton County prosecutor who secured the original conviction against Jones, recused himself from that decision.

But Pillich said going forward with a new trial without evidence, witnesses or up-to-date science "would be futile."

Among issues addressed by her review were: the lack of physical or forensic evidence directly linking Jones to the murder; a lack of sufficient follow-up on multiple witness statements pointing to alternative suspects; and failure to provide Jones' defense with a large volume of investigatory material before trial. Modern-day medical testing has also excluded Jones as a suspect.

Police had said that Nathan, a grandmother in town over the Labor Day weekend to attend the bar mitzvah of her best friend's grandson, was killed after she surprised a would-be robber in her room. Jones was an employee at the hotel and was on the job that day, police said.

A message seeking comment was left with Jones' attorney. In court filings, his defense team argued that what the trial court portrayed as a "win-at-all-cost mentality" at the Hamilton County Prosecutor's Office "stole over 28 years from Elwood Jones — an innocent man — and it very nearly cost him his life."

Pillich said she is establishing a Conviction Integrity Unit to search and review claims of wrongful conviction and unjust sentencing using national best practices.

"Had such a unit existed years ago, this decision may have been reached much sooner," she said.

Jones is the 12th death row inmate exonerated in Ohio and the second from Hamilton County, said Kevin Werner, executive director of Ohioans to Stop Executions, which seeks a repeal of the death penalty.

He said the public is fed up with wrongful convictions.

"We're thinking of the Nathan family and we're thinking of the Jones family, both who were irreparably harmed by Ohio's death penalty system," he said in a statement.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });