Where is Richard Gagnon now?

The upcoming episode of Dateline: Secrets Uncovered on November 1, 2022, is ready to delve into a complicated case of double homicide in Nixonville, South Carolina, for which Richard Gagnon was convicted to life before the real criminal was found. In a gross misjudgment by the authorities and the jury, Richard Gagnon, a 32-year-old white man residing in Horry County, South Carolina, was convicted of killing his girlfriend's parents.

Charles and Diane Parker, two 54-year-old residents of Nixonville, lived a quaint and peaceful life before a tragedy struck the elderly couple. On the morning of April 12, 2005, two employees of Charles Parker's office found the couple shot to death in their Nixonville home. A preliminary investigation revealed clues that led to Bambi Bennett, the daughter of Diane Parker from her previous marriage, and her boyfriend, Richard Gagnon. Though Bambi was later released due to lack of evidence, with false testimony and other underlying clues, Gagnon was convicted and sentenced to prison for life without parole.

A crucial piece of evidence eventually led the authorities to the real criminal, thereby freeing Richard Gagnon. Richard was finally released in 2013 and his case was dismissed in 2015. Richard settled on the Carolina Coast and now has children of his own. Read on for more details about Richard Gagnon's conviction.


Why was Richard Gagnon charged and what happened to him?

Gagnon can be considered an innocent bystander, who just happened to be in the wrong place at the wrong time. The only thing that made the case more concrete against him was the presence of a motive. Richard lived with Bambi and her two boys from her previous marriage.

👉 For more insights, check out this resource.

They initially lived with the Parkers for quite some time before arguments about inheritance and the children's custody resulted in Bambi and Richard moving out. They reportedly lived under a tent in the forest and visited the house to shower and eat while the elderly couple were away.

The couple were charged and arrested after eyewitnesses reported seeing them around the premises and authorities found blood under Richard and Bambi's shoes. Bambi was later released due to a lack of evidence against her, but Richard was charged with the crime. Richard Gagnon claimed that he had no involvement with the murder and that the blood under his shoes could have gotten there while he went to the house to get Bambi's keys.

👉 Discover more in this in-depth guide.

However, the defense used false testimony from another convict, Robert Lee Mullins, who had been with Richard during pre-trial detention. Mullins claimed that Richard revealed to him the murders. Gagnon was ultimately convicted on charges of murder and sentenced to life without parole. Unidentified DNA at the crime scene remained the only thing that could get Richard out, and it did.


Where is Richard Gagnon now?

After years in prison, authorities finally found Bruce Antwain Hill, the real murderer. Robert Dudek, Gagnon's attorney, filed a post-conviction motion for a new trial in 2012. A testimony from a former preacher at Murrells Inlet Community Church also helped in clearing up Mullins' fake testimony. He was granted a new trial in 2013 and charges against him were dismissed in 2015.

A free man now, Richard is married and has kids. He has settled on the Carolina Coast. He has found religion and lives a low-key life away from the limelight.

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1279527, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1279527); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1279527) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1279527) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();